|
@@ -12,7 +12,7 @@ const CheckPhoneNumber = (num) => {
|
|
|
const reg = /^1(3[0-9]|4[01456879]|5[0-35-9]|6[2567]|7[0-8]|8[0-9]|9[0-35-9])\d{8}$/;
|
|
|
let isAllow = reg.test(num);
|
|
|
if (!isAllow) wx.showToast({
|
|
|
- title: '请输入11位正确手机号码!',
|
|
|
+ title: '请输入正确的11位手机号码!',
|
|
|
icon: "none"
|
|
|
})
|
|
|
return isAllow;
|