Davin
2023-07-26 489d3bd60ad7dc2fecb398b09cf4c52df16f0fc2
HDL_ON/UI/UI2/4-PersonalCenter/SmartSpeaker/SmartSpeakerSelectDevicesPage.cs
@@ -273,6 +273,11 @@
                        //默认全选
                        bool isSelectAll = true;
                        //房间没有设备与场景时,全选按钮不能选中
                        if(roomFunctionOrSceneList.Count == 0)
                        {
                            isSelectAll = false;
                        }
                        //查找需要选中的目标
                        foreach (var info in roomFunctionOrSceneList)
                        {