黄学彪
2020-03-23 cc0d80c7d86c6d0167269b3408c4b30c24ce84e9
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();