@@ -190,7 +190,7 @@
});
return false;
} */
- var reg = /^1[3|4|5|7|8][0-9]\d{8}$/;
+ /* var reg = /^1[3|4|5|7|8][0-9]\d{8}$/;
if(reg.test(this.mobilePhone) == false ){
console.log("手机号码格式不正确");
uni.showToast({
@@ -199,6 +199,14 @@
duration: 3000
+ } */
+ if(this.mobilePhone.length!=11){
+ uni.showToast({
+ title: '请输入正确的手机号',
+ icon: 'none',
+ duration: 3000
+ });
+ return false;
}
if(!this.mobilePhone){
@@ -140,7 +140,7 @@
@@ -149,8 +149,15 @@
-
if(!this.billDate){
title: '请选择预约时间',