JLChen
2020-11-13 1209d93632b447823caf371dea5ccf030ab20434
HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/BindAccountPage.cs
@@ -142,7 +142,7 @@
                new System.Threading.Thread(() =>
                {
                    var result = new HttpServerRequest().BindAccount(account);
                    if (result.ToUpper() == HttpUtil.SUCCESS_CODE)
                    if (result.ToUpper() == StateCode.SUCCESS)
                    {
                        Application.RunOnMainThread(() =>
                        {