wei
2020-12-15 7d9e5d946d08f0b53ff25d1c25dcf83efb68b734
HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/AddRoom/AddRoomPage.cs
@@ -453,6 +453,8 @@
                    {
                        deviceIds.Add(f.deviceId);
                    }
                    if (deviceIds.Count > 0)
                    {
                    var bindResult = FunctionList.List.FunctionsBindRooms(new List<string>() { room.roomId }, deviceIds);
                    if (bindResult == StateCode.SUCCESS)
                    {
@@ -462,9 +464,6 @@
                        }
                        room.GetRoomFunctions(true);
                    }
                    else
                    {
                        //Utlis.ShowTip(Language.StringByID(StringId.EditFunctionInfoFail) + "\r\nCode:" + pack.Code);
                    }
                    backAction(room);
                    RemoveFromParent();