WJC
2020-03-23 bba578c2f0acf2eca747edcb69426771e0cadd32
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(112);
            roomPageView.TCBJ = Application.GetRealWidth(124);
            //两个page之间的间距
            roomPageView.JMBJ = Application.GetRealWidth(69);
            roomPageView.JMBJ = Application.GetRealWidth(58);
            //客厅
            var room1 = new Common.Room();