wxr
2020-12-17 6ec12a036c96a200fc0a941967d6b4d07592f863
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;