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