From 64dbbfe1d6488635e160189a704afccffc7d34d0 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 07 十二月 2020 11:33:06 +0800 Subject: [PATCH] Merge branch 'WJC' --- HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs index 57ddfd5..0d5454a 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs @@ -231,7 +231,7 @@ DB_ResidenceData.residenceData.EixtAccount(); DB_ResidenceData.residenceData.CurReginID = homeTemp.RegionID; OnAppConfig.Instance.SaveUserConfig(); - DB_ResidenceData.InitRoomFunction(); + SpatialInfo.CurrentSpatial.InitRoomFunction(); DB_ResidenceData.residenceData.SaveResidenceData(); //鍒锋柊涓�娆′綇瀹呯綉鍏� new HttpServerRequest().GetHomeGatewayList(); @@ -240,6 +240,9 @@ { btnCurResidenceName.Text = DB_ResidenceData.residenceData.residecenInfo.Name; }); + + //鎼滅储缃戝叧 + DriverLayer.Control.Ins.SearchLoaclGateway(); } catch (Exception ex) { -- Gitblit v1.8.0