JLChen
2020-12-16 d724f7f21c5cc8c5dd5aa0cf7345a62a662eb2bf
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);
            };
        }
    }