Commit 3bdfe0b3 3bdfe0b3c4a2aa2ff79be11cba9bf1b2327a3dc3 by zhanghao

commit

1 parent 2b3c899e
...@@ -472,6 +472,12 @@ ...@@ -472,6 +472,12 @@
472 message: '设置短信验证码成功', 472 message: '设置短信验证码成功',
473 type: 'success' 473 type: 'success'
474 }); 474 });
475 } else if(res.data=='phoneError') {
476 this.$message({
477 showClose: true,
478 message: '手机号格式错误,必须是11位',
479 type: 'error'
480 });
475 } else { 481 } else {
476 this.$message({ 482 this.$message({
477 showClose: true, 483 showClose: true,
......