Commit 3bdfe0b3 3bdfe0b3c4a2aa2ff79be11cba9bf1b2327a3dc3 by zhanghao

commit

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