2023-3-17
消息通知
This commit is contained in:
@@ -169,7 +169,7 @@
|
||||
let _this = this;
|
||||
// 验证是否已进行验证码操作
|
||||
if (this.verifTime == 0) {
|
||||
if (!/^1[1234567890]\d{9}$/.test(this.phone)) {
|
||||
if (!/^1[3456789]\d{9}$/.test(this.phone)) {
|
||||
uni.showToast({
|
||||
title: '电话号码有误,请重新输入',
|
||||
icon: 'none'
|
||||
|
||||
Reference in New Issue
Block a user