From 0a11352dffeb8d5f31dd40b9728fe1abf4537f04 Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期五, 01 九月 2023 18:06:45 +0800
Subject: [PATCH] 2023年09月01日18:06:42

---
 HDL_ON/UI/UI2/FuntionControlView/Aks/AksPage.cs |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/HDL_ON/UI/UI2/FuntionControlView/Aks/AksPage.cs b/HDL_ON/UI/UI2/FuntionControlView/Aks/AksPage.cs
index 839a0e8..40156ef 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/Aks/AksPage.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/Aks/AksPage.cs
@@ -135,6 +135,8 @@
             //杩斿洖
             this.topView.clickBackBtn.MouseUpEventHandler += (sender, e) =>
             {
+                //娓呯┖鎵�鏈夌紦瀛樻暟鎹�
+                AksCommonMethod.Current.ClearData();
                 this.RemoveFromParent();
             };
             //璁剧疆
@@ -236,7 +238,7 @@
                         MusicPage musicPage = new MusicPage(GetRemoteControl((int)IntType.Player),this.sequencerList);
                         this.vv.AddChidren(musicPage);
                         musicPage.Show();
-                        musicPage.action += (type) =>
+                        musicPage.action += (deviceType) =>
                         {
                             SelectedType();
                         };
@@ -247,7 +249,7 @@
                         GfPage gfPage = new GfPage(GetRemoteControl((int)IntType.HiFi), this.sequencerList);
                         this.vv.AddChidren(gfPage);
                         gfPage.Show();
-                        gfPage.action += (type) =>
+                        gfPage.action += (deviceType) =>
                         {
                             SelectedType();
                         };
@@ -260,7 +262,7 @@
                         TvPage tvPage = new TvPage(GetRemoteControl((int)IntType.TV), this.sequencerList);
                         this.vv.AddChidren(tvPage);
                         tvPage.Show();
-                        tvPage.action += (type) =>
+                        tvPage.action += (deviceType) =>
                         {
                             SelectedType();
                         };
@@ -271,7 +273,7 @@
                         JdhPage jdhPage = new JdhPage(GetRemoteControl((int)IntType.STB), this.sequencerList);
                         this.vv.AddChidren(jdhPage);
                         jdhPage.Show();
-                        jdhPage.action += (type) =>
+                        jdhPage.action += (deviceType) =>
                         {
                             SelectedType();
                         };
@@ -282,7 +284,7 @@
                         TyyPage tyyPage = new TyyPage(GetRemoteControl((int)IntType.Projector), this.sequencerList);
                         this.vv.AddChidren(tyyPage);
                         tyyPage.Show();
-                        tyyPage.action += (type) =>
+                        tyyPage.action += (deviceType) =>
                         {
                             SelectedType();
                         };
@@ -294,7 +296,7 @@
                         YkqPage ykqPage = new YkqPage(GetRemoteControl((int)IntType.Control), this.sequencerList);
                         this.vv.AddChidren(ykqPage);
                         ykqPage.Show();
-                        ykqPage.action += (type) =>
+                        ykqPage.action += (deviceType) =>
                         {
                             SelectedType();
                         };

--
Gitblit v1.8.0