From 8b9ce384b26c414db32f98e94e088f5334869c2d Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期三, 13 十一月 2019 15:36:28 +0800
Subject: [PATCH] 全部合并了代码,安卓和 IOS 都测试通过了

---
 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