ZigbeeApp/Shared/Phone/UserCenter/Password/EditorSecondaryPasswordForm.cs
@@ -228,6 +228,8 @@ //关闭进度条 this.CloseProgressBar(); HdlThreadLogic.Current.RunMain(() => { if (result == false) { contr.SetErrorMsg(string.Empty); @@ -236,14 +238,11 @@ { UserCenterResourse.AccountOption.PswAuthentication = psw; UserCenterResourse.AccountOption.Save(); HdlThreadLogic.Current.RunMain(() => { //界面关闭 this.CloseForm(); }); } }); }); } #endregion