HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/ResidentialManagePageBLL.cs
@@ -45,11 +45,11 @@ { var responsePack = new HttpServerRequest().EditResidenceInfo(0, str); if (responsePack.Code.ToUpper() == StateCode.SUCCESS) if (responsePack.Code == StateCode.SUCCESS) { Application.RunOnMainThread(() => { //MainPage.LoginUser.regionList.Find((obj) => obj.Name == btnResidenceName.Text.Trim()).Name = str; // UserInfo.Current.regionList.Find((obj) => obj.Name == btnResidenceName.Text.Trim()).Name = str; btnResidenceName.Text = str; upateResidenceName(); });