HDL_ON/UI/UI1-Login/RegisterPageBLL.cs
@@ -426,7 +426,7 @@
                        }else if (result.Code.ToUpper() == StateCode.SUCCESS)
                        {
                            //3.提示账号已存在,无法重复注册
                            MainPage.ShowAlertOnMainThread(Language.StringByID(StringId.AccountAlreadyUse));
                            Utlis.ShowAlertOnMainThread(Language.StringByID(StringId.AccountAlreadyUse));
                        } else
                        {
                            //4.提示其它异常错误