dedsudiyu 2 달 전
부모
커밋
d11a4a102a

+ 2 - 2
pages_basics/views/completeInformation/completeInformation.vue

@@ -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(){
 				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.newData.userType == 1){
 					if(!this.form.mobile){
 						uni.showToast({

+ 2 - 2
pages_basics/views/editPassword/editPassword.vue

@@ -79,7 +79,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: '请稍后再试',
@@ -122,7 +122,7 @@
 			//提交
 			submitButton(){
 				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}$/
 				const password = /^(?=(?:.*[A-Z]){1})(?=(?:.*[a-z]){1})(?=(?:.*[0-9]){1})(?=(?:.*[!@#*?&]){1})(?!(.)\1)(.{10,16})$/
 				if(!this.form.mobile){
 					uni.showToast({

+ 2 - 2
pages_basics/views/forgotPassword/forgotPassword.vue

@@ -69,7 +69,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: '请稍后再试',
@@ -126,7 +126,7 @@
 			//提交
 			submitButton() {
 				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}$/
 				const password =
 					/^(?=(?:.*[A-Z]){1})(?=(?:.*[a-z]){1})(?=(?:.*[0-9]){1})(?=(?:.*[!@#*?&]){1})(?!(.)\1)(.{10,16})$/
 				if (!this.form.mobile) {