JLChen
2020-11-20 ec074f7a42c10995732739c842e60ed84aedce20
HDL_ON/UI/UI2/4-PersonalCenter/ResetAccountPassword/ResetPasswordVerificationCodePage.cs
@@ -527,7 +527,7 @@
                else
                {
                    //失败提示
                    IMessageCommon.Current.ShowErrorInfoAlter(NewAPI.API_POST_Verification_Check, resultObj.Code);
                    IMessageCommon.Current.ShowErrorInfoAlter(resultObj.Code);
                }
                Application.RunOnMainThread(() =>
                {
@@ -579,7 +579,7 @@
                    }
                    else
                    {
                        resultObj = new DAL.Server.HttpServerRequest().VerificationCodeSend(VerifyType.FIND_PASSWORD, account, true, MainPage.LoginUser.areaCode.ToString());
                        resultObj = new DAL.Server.HttpServerRequest().VerificationCodeSend(VerifyType.FIND_PASSWORD, account, true,  UserInfo.Current.areaCode.ToString());
                    }
                    if (resultObj.Code != StateCode.SUCCESS)
@@ -590,7 +590,7 @@
                            btnTip.TextID = StringId.FailedToSendVerificationCode;
                        });
                        //失败提示
                        IMessageCommon.Current.ShowErrorInfoAlter(NewAPI.API_POST_Verification_Send, resultObj.Code);
                        IMessageCommon.Current.ShowErrorInfoAlter(resultObj.Code);
                    }
                    else
                    {
@@ -652,7 +652,7 @@
                        bodyView.RemoveFromParent();
                    }
                };
                HDLCommon.Current.ShowConfirmDialog(StringId.Tip, StringId.VerificationCodeMayBeDelayed, null, cancelAction, StringId.ReturnStr, StringId.WaitAMoment);
                new ConfirmDialog().ShowDialog(StringId.Tip, StringId.VerificationCodeMayBeDelayed, null, cancelAction, StringId.ReturnStr, StringId.WaitAMoment);
            }
            else
            {