ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WirelessApSearchForm.cs
@@ -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(); }