From e28d283bd27db2c40ff435c517db54e2010e8ae6 Mon Sep 17 00:00:00 2001 From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local> Date: 星期二, 24 十二月 2019 14:31:56 +0800 Subject: [PATCH] 2019.12.24 --- 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