JLChen
2020-12-15 0bd4d1702248641f180345a086e5b3f58e6eb04c
HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/FloorsManagementPageBLL.cs
@@ -83,7 +83,7 @@
                        SpatialInfo.CurrentSpatial.DelFloor(btn.Tag.ToString());
                    }
                };
                new PublicAssmebly().TipMsg(StringId.Tip, StringId.DelFloorTip, action);
                new PublicAssmebly().TipOptionMsg(StringId.Tip, StringId.DelFloorTip, action);
            };
        }
    }