Commit 9b9bdc4d authored by 华国豪's avatar 华国豪 🙄

去掉手机号格式验证

parent 073ff849
......@@ -739,11 +739,7 @@
required: true,
message: "请填写手机号码",
trigger: "blur"
},
{
pattern: /^1[123457890]\d{9}$/,
message: "正确的手机号码"
}
}
],
Nationality: [{
required: true,
......
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