From 23ca39219c5075d829d14137cb54896a24ae513d Mon Sep 17 00:00:00 2001 From: wei <kaede@kaededeMacBook-Air.local> Date: 星期五, 04 十二月 2020 13:57:08 +0800 Subject: [PATCH] 20201204 --- 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 ebb1055..9299c2d 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs @@ -229,7 +229,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(); @@ -238,6 +238,9 @@ { btnCurResidenceName.Text = DB_ResidenceData.residenceData.residecenInfo.Name; }); + + //鎼滅储缃戝叧 + DriverLayer.Control.Ins.SearchLoaclGateway(); } catch (Exception ex) { -- Gitblit v1.8.0