WJC
2020-03-23 bba578c2f0acf2eca747edcb69426771e0cadd32
ZigbeeApp/Shared/Phone/UserCenter/Password/EditorGesturePasswordForm.cs
@@ -244,21 +244,20 @@
                //关闭进度条
                this.CloseProgressBar();
                if (result == false)
                HdlThreadLogic.Current.RunMain(() =>
                {
                    contr.SetErrorMsg(string.Empty);
                }
                else
                {
                    UserCenterResourse.AccountOption.GestureAuthentication = psw;
                    UserCenterResourse.AccountOption.Save();
                    HdlThreadLogic.Current.RunMain(() =>
                    if (result == false)
                    {
                        contr.SetErrorMsg(string.Empty);
                    }
                    else
                    {
                        UserCenterResourse.AccountOption.GestureAuthentication = psw;
                        UserCenterResourse.AccountOption.Save();
                        //界面关闭
                        this.CloseForm();
                    });
                }
                    }
                });
            });
        }