陈嘉乐
2020-07-10 48ba446936b51fffafa7c3600c0dadc6ac0e8c20
ZigbeeApp/Shared/Phone/UserCenter/Password/EditorSecondaryPasswordForm.cs
@@ -228,21 +228,20 @@
                //关闭进度条
                this.CloseProgressBar();
                if (result == false)
                HdlThreadLogic.Current.RunMain(() =>
                {
                    contr.SetErrorMsg(string.Empty);
                }
                else
                {
                    UserCenterResourse.AccountOption.PswAuthentication = psw;
                    UserCenterResourse.AccountOption.Save();
                    HdlThreadLogic.Current.RunMain(() =>
                    if (result == false)
                    {
                        contr.SetErrorMsg(string.Empty);
                    }
                    else
                    {
                        UserCenterResourse.AccountOption.PswAuthentication = psw;
                        UserCenterResourse.AccountOption.Save();
                        //界面关闭
                        this.CloseForm();
                    });
                }
                    }
                });
            });
        }