光环前端需求汇总(2019年4月第5周)(3.6.9.10.13) https://gitlab.ghzs.com/pm/halo-app-issues/issues/512#note_21125

This commit is contained in:
kehaoyuan
2019-05-13 14:20:57 +08:00
parent 1b76184946
commit b08fb1f170
11 changed files with 670 additions and 28 deletions

View File

@ -261,6 +261,9 @@ public class LoginUtils {
case 403204:
Utils.toast(context, "获取验证码太频繁,请稍后再试");
break;
case 400212:
Utils.toast(context, "请输入正确的手机号");
break;
default:
Utils.toast(context, code + "");
break;