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

去掉手机号格式验证

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