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