HDL_ON/UI/UI2/4-PersonalCenter/ResetAccountPassword/ResetPasswordVerificationCodePage.cs
@@ -476,7 +476,7 @@ act = new PublicAssmebly().TipLoadingMsgDialog(Language.StringByID(StringId.SavingPleaseWait)); }); var response = new HttpServerRequest().ValidatorCode(MainPage.LoginUser.userEmailInfo, etCode, MainPage.LoginUser.areaCode); if (response.StateCode.ToUpper() == HttpUtil.SUCCESS_CODE) if (response.StateCode.ToUpper() == StateCode.SUCCESS) { result = true; }