wxr
2020-11-20 e2ffb5fce53119f5cb36e3b2466becbefa096842
HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/BindAccountPage.cs
@@ -2,6 +2,7 @@
using Shared;
using HDL_ON.UI.CSS;
using System.Text.RegularExpressions;
using HDL_ON.DAL.Server;
namespace HDL_ON.UI
{
@@ -140,8 +141,8 @@
                }
                new System.Threading.Thread(() =>
                {
                    var result = new DAL.Server.HttpServerRequest().BindAccount(account);
                    if (result.ToUpper() == "SUCCESS")
                    var result = new HttpServerRequest().BindAccount(account);
                    if (result.ToUpper() == StateCode.SUCCESS)
                    {
                        Application.RunOnMainThread(() =>
                        {