Commit b92d9474 authored by 华国豪's avatar 华国豪 🙄

新增客服修改客户电话验证 手机号格式验证改为不能为空

parent 3e961c62
......@@ -631,10 +631,6 @@
required: true,
message: this.$t('rule.EnterPNum'),
trigger: "blur"
},
{
pattern: /^1[123457890]\d{9}$/,
message: this.$t('rule.EnterRightNum')
}
],
brandIds: [{
......
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