wei
2020-12-13 271015c6e90c195103cc7f34eda87966acd74dcc
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;