JLChen
2020-11-20 ec074f7a42c10995732739c842e60ed84aedce20
HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/NewBindVerificationCodePage.cs
@@ -529,7 +529,7 @@
                            else
                            {
                                //失败提示
                                IMessageCommon.Current.ShowErrorInfoAlter(NewAPI.API_POST_Member_BindWithAccount, resultObj);
                                IMessageCommon.Current.ShowErrorInfoAlter(resultObj);
                            }
                            Application.RunOnMainThread(() =>
                            {
@@ -560,7 +560,7 @@
                var tipMsg = "";
                if (isPhone)
                {
                    MainPage.LoginUser.userMobileInfo = verAccount;
                     UserInfo.Current.userMobileInfo = verAccount;
                    //请使用新的手机账号登录APP
                    tipMsg = Language.StringByID(StringId.PleaseLoginWithNewMobileAccount);
                    if (isModifyBind)
@@ -576,7 +576,7 @@
                }
                else
                {
                    MainPage.LoginUser.userEmailInfo = verAccount;
                     UserInfo.Current.userEmailInfo = verAccount;
                    //请使用新的邮箱账号登录APP
                    tipMsg = Language.StringByID(StringId.PleaseLoginWithNewEmailAccount);
                    if (isModifyBind)
@@ -695,7 +695,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
            {