2023-3-17

消息通知
This commit is contained in:
2023-03-17 17:39:03 +08:00
parent 9afc113da3
commit a049d9905c
9 changed files with 163 additions and 83 deletions

View File

@@ -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'