From ca233e3c6154859a17948d892fbc6bbf723b60a8 Mon Sep 17 00:00:00 2001
From: xm <1271024303@qq.com>
Date: 星期五, 29 五月 2020 15:47:30 +0800
Subject: [PATCH] 发布的1.0.20052901

---
 ZigbeeApp20200525/Shared/Phone/UserCenter/Device/Direction/AddDeviceTypeListForm.cs |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/ZigbeeApp20200525/Shared/Phone/UserCenter/Device/Direction/AddDeviceTypeListForm.cs b/ZigbeeApp20200525/Shared/Phone/UserCenter/Device/Direction/AddDeviceTypeListForm.cs
old mode 100644
new mode 100755
index c4c852e..c096739
--- a/ZigbeeApp20200525/Shared/Phone/UserCenter/Device/Direction/AddDeviceTypeListForm.cs
+++ b/ZigbeeApp20200525/Shared/Phone/UserCenter/Device/Direction/AddDeviceTypeListForm.cs
@@ -97,12 +97,16 @@
             unSelectPic = "Device/ButtonPanelFangyueFreshAir.png";
             this.AddMenuRow(objectText, unSelectPic, "PanelFangyueFreshAirDirectionForm");
             //绠�绾﹀鍔熻兘闈㈡澘
-            objectText = Language.StringByID(R.MyInternationalizationString.uDeviceDirectionName8);
-            unSelectPic = "Device/ButtonPanelFangyueFreshAir.png";
-            this.AddMenuRow(objectText, unSelectPic, "PanelFangyueFreshAirDirectionForm");
+            objectText = Language.StringByID(R.MyInternationalizationString.uDeviceDirectionName28);
+            unSelectPic = "Device/ButtonPanelSimpleMultifunction.png";
+            this.AddMenuRow(objectText, unSelectPic, "PanelSimpleMultifunctionDirectionForm");
+            //绠�绾︾幆澧冮潰鏉�
+            objectText = Language.StringByID(R.MyInternationalizationString.uDeviceDirectionName29);
+            unSelectPic = "Device/ButtonPanelSimpleEnvironment.png";
+            this.AddMenuRow(objectText, unSelectPic, "PanelSimpleEnvironmentDirectionForm");
             //鏂规偊鐜闈㈡澘
             objectText = Language.StringByID(R.MyInternationalizationString.uDeviceDirectionName9);
-            unSelectPic = "Device/ButtonPanelSimpleMultifunction.png";
+            unSelectPic = "Device/ButtonPanelFangyueEnvironment.png";
             this.AddMenuRow(objectText, unSelectPic, "PanelFangyueEnvironmentDirectionForm");
 
             //绐楀笜闈㈡澘

--
Gitblit v1.8.0