WJC
2019-11-28 3e4e108d0c6317edb18bbf9c41419fd6d6a0eebb
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();
            }
        }