陈嘉乐
2020-12-15 a35617eb62b317bf3ed92b1462018cf67c920411
HDL_ON/UI/UI2/2-Classification/RoomPageBLL.cs
@@ -41,7 +41,7 @@
                deleteAction?.Invoke();
            };
            var skipPage = new RoomEditPage(room, StringId.EditRoomInfo, editBackAction, delAction);
            var skipPage = new RoomEditPage(room, editBackAction, delAction);
            MainPage.BasePageView.AddChidren(skipPage);
            skipPage.LoadPage();
            MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1;