HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/NewBindAccountPage.cs
@@ -145,7 +145,7 @@
                    {
                        if (!Utlis.CheckEmail(account))
                        {
                            Utlis.ShowTip(Language.StringByID(StringId.PlsEntryCorrectEmailAddress), bodyView);
                            Utlis.ShowTip(Language.StringByID(StringId.PlsEntryCorrectEmailAddress));
                            return;
                        }
                    }
@@ -153,7 +153,7 @@
                    {
                        if (!Utlis.CheckPhoneNumber(account, phoneZoneCode))
                        {
                            Utlis.ShowTip(Language.StringByID(StringId.PlsEntryCorrectMobilNeumber), bodyView);
                            Utlis.ShowTip(Language.StringByID(StringId.PlsEntryCorrectMobilNeumber));
                            return;
                        }
                    }
@@ -176,7 +176,7 @@
                        if (resultObj.Code != StateCode.SUCCESS)
                        {
                            // 提示错误
                            IMessageCommon.Current.ShowErrorInfoAlter(NewAPI.API_POST_Verification_Send, resultObj.Code);
                            IMessageCommon.Current.ShowErrorInfoAlter(resultObj.Code);
                        }
                        else
                        {