wxr
2020-12-16 23ee4f8c373f9abecf079ef9d4297d8b6cd8d5e6
HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/FloorsManagementPageBLL.cs
@@ -61,7 +61,7 @@
                Action action = () =>
                {
                    //该楼层删除之后,绑定该楼层的房间要重置绑定的楼层
                    foreach (var r in DB_ResidenceData.residenceData.Rooms)
                    foreach (var r in SpatialInfo.CurrentSpatial.RoomList)
                    {
                        if (r.parentId == btn.Tag.ToString())
                        {
@@ -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);
            };
        }
    }