wei
2020-12-23 271faaf6664166dc368639b9f2e577f63f901be5
HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomEditFunctionPageBLL.cs
old mode 100755 new mode 100644
@@ -119,6 +119,7 @@
                if (string.IsNullOrEmpty(room.roomId))//新增的房间,云端未创建roomid 无法保存数据
                {
                    newRoomAddFunction(changeList);
                    bodyView.RemoveFromParent();
                }
                else
                {
@@ -132,7 +133,7 @@
                        {
                            f.roomIds.Add(room.roomId);
                        }
                        f.SaveFunctionData(true);
                        f.UpdataRoomIds();
                    }
                    room.GetRoomFunctions(true);
                    bodyView.RemoveFromParent();