@@ -219,7 +219,7 @@
//获取验证码
getCode() {
let self = this;
- const reg = /^1[3|4|5|7|8|9][0-9]\d{8}$/
+ const reg = /^1[3|4|5|6|7|8|9][0-9]\d{8}$/
if (this.codeType) {
uni.showToast({
title: '请稍后再试',
@@ -275,7 +275,7 @@
//提交
submitButton(){
if(this.newData.userType == 1){
if(!this.form.mobile){
@@ -79,7 +79,7 @@
getCode(){
if(this.codeType){
@@ -122,7 +122,7 @@
const password = /^(?=(?:.*[A-Z]){1})(?=(?:.*[a-z]){1})(?=(?:.*[0-9]){1})(?=(?:.*[!@#*?&]){1})(?!(.)\1)(.{10,16})$/
@@ -69,7 +69,7 @@
@@ -126,7 +126,7 @@
submitButton() {
const password =
/^(?=(?:.*[A-Z]){1})(?=(?:.*[a-z]){1})(?=(?:.*[0-9]){1})(?=(?:.*[!@#*?&]){1})(?!(.)\1)(.{10,16})$/
if (!this.form.mobile) {