ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WirelessApSearchForm.cs
@@ -400,7 +400,7 @@ /// <summary> /// 界面关闭 /// </summary> public override void CloseForm() public override void CloseFormBefore() { ZigBee.Common.Application.IsSearchingGateway = false; //停止Wi-Fi配网 @@ -411,7 +411,7 @@ //刷新主页 UserView.UserPage.Instance.Fresh(); } base.CloseForm(); base.CloseFormBefore(); } #endregion