From 3a662a08e1c54c9a5687a43a8133c8e42981f474 Mon Sep 17 00:00:00 2001 From: WJC <wjc@hdlchina.com.cn> Date: 星期二, 31 三月 2020 14:30:23 +0800 Subject: [PATCH] 2020-03-31-1 --- ZigbeeApp/Shared/Phone/UserCenter/Guide/GuideCommonForm.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Guide/GuideCommonForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Guide/GuideCommonForm.cs index f2d4623..12bdbff 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/Guide/GuideCommonForm.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/Guide/GuideCommonForm.cs @@ -37,7 +37,7 @@ /// </summary> public virtual void ShowFrom() { - Phone.Device.Room.RoomManagement.Instance.CanClick = false; + Phone.MainPage.ListRoomViewFrom.Instance.CanClick = false; UserView.UserPage.Instance.AddChidren(this); this.BackgroundColor = Common.ZigbeeColor.Current.GXCGrayBackgroundColor; @@ -68,9 +68,9 @@ roomPageView.Height = Application.GetRealHeight(478); this.AddChidren(roomPageView); //绐佸嚭杈硅窛 - roomPageView.TCBJ = Application.GetRealWidth(181); + roomPageView.TCBJ = Application.GetRealWidth(124); //涓や釜page涔嬮棿鐨勯棿璺� - roomPageView.JMBJ = Application.GetRealWidth(0); + roomPageView.JMBJ = Application.GetRealWidth(58); //瀹㈠巺 var room1 = new Common.Room(); -- Gitblit v1.8.0