陈嘉乐
2020-08-04 a499dceb02f181e64956431ed0c682dd7d2ce7d7
HDL_ON/UI/UI2/2-Classification/RoomPageBLL.cs
@@ -23,5 +23,21 @@
        }
        /// <summary>
        /// 跳转到编辑房间的界面
        /// </summary>
        void LoadEvent_SkipEditRoomPage()//Room r, Button btnRoomName, Button btnBg)
        {
            Action editBackAction = () =>
            {
            };
            var skipPage = new RoomEditPage(room, StringId.EditRoomInfo, editBackAction);
            MainPage.BasePageView.AddChidren(skipPage);
            skipPage.LoadPage();
            MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1;
        }
    }
}