From dea10bee3b12994e153ae4b08e07d7314608684e Mon Sep 17 00:00:00 2001
From: wei <kaede@kaededeMacBook-Air.local>
Date: 星期一, 22 三月 2021 09:06:54 +0800
Subject: [PATCH] 更新环境功能UI

---
 HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/DeviceSet.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/DeviceSet.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/DeviceSet.cs
index f0c7bae..57194ab 100644
--- a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/DeviceSet.cs
+++ b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/DeviceSet.cs
@@ -91,11 +91,13 @@
                 {
                     pirView.stateIconBtn.IsSelected = true;
                     pirView.stateTextBtn.IsSelected = true;
+                    pirView.stateTextBtn.TextID = StringId.zaixian;
                 }
                 else
                 {
                     pirView.stateIconBtn.IsSelected = false;
                     pirView.stateTextBtn.IsSelected = false;
+                    pirView.stateTextBtn.TextID = StringId.lixian;
                 }
                 //鏍囪绾㈠瀹�
                 pirView.clickBtn.Tag = pirDevice;

--
Gitblit v1.8.0