HDL_ON/UI/UI2/4-PersonalCenter/ResetAccountPassword/ResetPasswordPage.cs
@@ -69,7 +69,7 @@
                TextColor = CSS_Color.FirstLevelTitleColor,
                TextSize = CSS_FontSize.SubheadingFontSize,
                TextAlignment = TextAlignment.CenterLeft,
                TextID = StringId.NewPassword,
                Text = Language.StringByID(StringId.NewPassword) + ":"
            };
            rowView.AddChidren(btnTitle);
@@ -105,7 +105,8 @@
                TextColor = CSS_Color.FirstLevelTitleColor,
                TextSize = CSS_FontSize.SubheadingFontSize,
                TextAlignment = TextAlignment.CenterLeft,
                TextID = StringId.NewPasswordAgain,
                //TextID = StringId.NewPasswordAgain,
                Text = Language.StringByID(StringId.NewPasswordAgain) + ":"
            };
            rowView2.AddChidren(btnTitle2);
@@ -202,14 +203,14 @@
                    {
                        Application.RunOnMainThread(() =>
                        {
                            Utlis.ShowTip(Language.StringByID(StringId.PasswordChangeSuccessfully), bodyView);
                            Utlis.ShowTip(Language.StringByID(StringId.PasswordChangeSuccessfully));
                            ClosePageWithCount(2);
                        });
                    }
                    else
                    {
                        // 提示错误
                        IMessageCommon.Current.ShowErrorInfoAlter(NewAPI.API_POST_Member_ForgetPwd, resultObj.Code);
                        IMessageCommon.Current.ShowErrorInfoAlter(resultObj.Code);
                    }
                }
                catch { }
@@ -262,6 +263,10 @@
                            Text = Language.StringByID(StringId.PasswordIsUnqualified)
                        }.Show(bodyView);
                    }
                    else
                    {
                        LoadMothed_EnableResetButton();
                    }
                }
            };