Commit 22bf254d authored by 吴卿华's avatar 吴卿华

修改 个人录入信息页面 电话号长度判断

parent 8e724ba6
......@@ -116,7 +116,7 @@
this.$message('请选择性别');
}else if (!this.form.phoneNum){
this.$message('请输入手机号');
}else if (this.form.phoneNum.size>11){
}else if (this.form.phoneNum.length>11){
this.$message('长度超出11位');
} else {
const routeData = this.$router.resolve({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment