From 9d61367c1fd278f58f721d4c0e69999f89e4485d Mon Sep 17 00:00:00 2001
From: xm <1271024303@qq.com>
Date: 星期四, 12 十二月 2019 14:14:30 +0800
Subject: [PATCH] 添加最新绑定机制
---
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
old mode 100755
new mode 100644
index 899a984..8ed318f
--- 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