陈嘉乐
2020-10-13 611786df5108dca0bdcff03834cc285cba4b8e61
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;
        }
    }
}