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();