JLChen
2020-11-16 d6f398b6b07315d327be2994081eb31ae100ba03
HDL_ON/UI/UI2/4-PersonalCenter/ResetAccountPassword/ResetPasswordPage.cs
@@ -1,6 +1,7 @@
using System;
using Shared;
using HDL_ON.UI.CSS;
using HDL_ON.DAL.Server;
namespace HDL_ON.UI
{
@@ -28,8 +29,8 @@
        {
            var waitPage = new Loading();
            waitPage.Start("Please wait...");
            var resetResult = new DAL.Server.HttpServerRequest().ResetPassword(MainPage.LoginUser.accountString, password, repeatPassword, 86);
            if (resetResult.StateCode.ToUpper() == "SUCCESS")
            var resetResult = new HttpServerRequest().ResetPassword(MainPage.LoginUser.accountString, password, repeatPassword, 86);
            if (resetResult.StateCode.ToUpper() == StateCode.SUCCESS)
            {
                Application.RunOnMainThread(() =>
                {