wjc
2023-08-24 86325cf53601d57fff61b6bf77da9c7d341a9327
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;
        }