From 944b87b6bcccb095cd73f13f4410fb20faf48f74 Mon Sep 17 00:00:00 2001 From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local> Date: 星期三, 25 十二月 2019 11:21:06 +0800 Subject: [PATCH] 2019.12.25 --- 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