wxr
2020-09-29 51cb254cbd616e84b7a466b195eb43ab097c3897
HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/ResidentialManagePage.cs
@@ -79,7 +79,8 @@
            #region 住宅名称
            FrameLayout residenceNameRow;
            residenceNameRow = new FrameLayout() {
            residenceNameRow = new FrameLayout()
            {
                Y = Application.GetRealHeight(72),
                Height = Application.GetRealHeight(50),
                BackgroundColor = CSS_Color.MainBackgroundColor,
@@ -242,6 +243,8 @@
            roomManagementRow.AddChidren(btnRoomManagementSkinIcon);
#endregion
#if stage2
#region 管理员权限迁移
            FrameLayout administratorPermissionMigrationRow;
            administratorPermissionMigrationRow = new FrameLayout()
@@ -398,6 +401,7 @@
#endregion
#endif
            LoadEventList();
        }