wjc
2023-08-21 e4ab7ba15864d2adb882646d8e09bd00effa4d1b
HDL_ON/UI/UI2/FuntionControlView/Aks/AksPage.cs
@@ -135,6 +135,8 @@
            //返回
            this.topView.clickBackBtn.MouseUpEventHandler += (sender, e) =>
            {
                //清空所有缓存数据
                AksCommonMethod.Current.ClearData();
                this.RemoveFromParent();
            };
            //设置
@@ -340,7 +342,7 @@
            {
                re = new RemoteControlEntity();
            }
            re.deviceId = this.device.deviceId;
            //re.deviceId = this.device.deviceId;
            return re;
        }