|
@@ -270,7 +270,7 @@ export default {
|
|
|
this.qrcodeVisible = true
|
|
this.qrcodeVisible = true
|
|
|
},
|
|
},
|
|
|
checkPhone (value) {
|
|
checkPhone (value) {
|
|
|
- const reg = /^((13[0-9])|(14[5,7])|(15[0-3,5-9])|(17[0,3,5-8])|(18[0-9])|166|198|199|(147))\d{8}$/
|
|
|
|
|
|
|
+ const reg = /^((13[0-9])|(14[5,7])|(15[0-3,5-9])|(17[0,3,5-8])|(18[0-9])|166|192|198|199|(147))\d{8}$/
|
|
|
if (!reg.test(value)) {
|
|
if (!reg.test(value)) {
|
|
|
return false
|
|
return false
|
|
|
}
|
|
}
|