ZigbeeApp/Shared/Phone/MainPage/LeftListRoomViewFrom.cs
@@ -161,6 +161,11 @@ /// </summary> public void RefreshListRoom() { if (Config.Instance.Home.FloorDics.Count == 0) { //来回切换备份,会出现问题,楼层id没清除 this.curFloorId = string.Empty; } //保险起见,这里要关闭未分配界面 this.CloseUnallocatedRoomForm(); @@ -293,7 +298,7 @@ frameBack.AddChidren(btnIcon, ChidrenBindMode.BindEvent); //未分配 var btnName = new NormalViewControl(141, 84, true); var btnName = new NormalViewControl(250, 84, true); btnName.X = this.GetPictrueRealSize(244); btnName.Y = this.GetPictrueRealSize(131); btnName.IsBold = true;