HDL Home App 第二版本 旧平台金堂用 正在使用
xm
2019-12-12 9d61367c1fd278f58f721d4c0e69999f89e4485d
ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WirelessApSearchForm.cs
old mode 100755 new mode 100644
@@ -244,7 +244,7 @@
                //计时时间
                int timeCount = 0;
                //超时时间
                int timeOut = 120;
                int timeOut = 240;
                while (btnGwImage.Parent != null)
                {
                    timeCount++;
@@ -382,6 +382,8 @@
                {
                    //需要重新绑定
                    this.dicZbGatewayDiv[wayId] = 2;
                    //获取到了新网关
                    this.newGatewayGetting = true;
                }
                if (mode == GatewayBindMode.First)
@@ -403,14 +405,7 @@
        public override void CloseFormBefore()
        {
            ZigBee.Common.Application.IsSearchingGateway = false;
            //停止Wi-Fi配网
            HdlWifiLogic.Current.StopSmartConnection();
            if (UserCenterResourse.listActionFormId.Contains("UserMainForm") == false)
            {
                //刷新主页
                UserView.UserPage.Instance.Fresh();
            }
            base.CloseFormBefore();
        }