WJC
2020-03-23 bba578c2f0acf2eca747edcb69426771e0cadd32
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