wxr
2022-09-27 0ee75b88cfe03e46289de0de96e8ed4580c797d3
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)
                        {