From 9c6bd67d66859e48f0e794cd2746aef9310ce71d Mon Sep 17 00:00:00 2001
From: WJC <wjc@hdlchina.com.cn>
Date: 星期五, 13 十二月 2019 18:01:37 +0800
Subject: [PATCH] 2019-12-13-2

---
 ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/Help/DeviceDirectionHelpForm.cs |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/Help/DeviceDirectionHelpForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/Help/DeviceDirectionHelpForm.cs
index 899a984..8ed318f 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/Help/DeviceDirectionHelpForm.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/Help/DeviceDirectionHelpForm.cs
@@ -33,15 +33,15 @@
             //娓呯┖bodyFrame
             this.ClearBodyFrame();
 
-            if (i_deviceDiv == "Gateway")
-            {
-                //鍒濆鍖栫綉鍏冲府鍔╂帶浠�
-                this.InitGatewayHelpControl();
-            }
-            else
+            if (i_deviceDiv == "Device")
             {
                 //鍒濆鍖栬澶囧府鍔╂帶浠�
                 this.InitDeviceHelpControl();
+            }
+            else
+            {
+                //鍒濆鍖栫綉鍏冲府鍔╂帶浠�
+                this.InitGatewayHelpControl();
             }
         }
 

--
Gitblit v1.8.0