JLChen
2020-12-16 0e7881aa010ff350d04895a0687ffb7d5ca46168
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;