Commit 1074da8cc80e83d5f3ba18c710a3b65da22153ee

Authored by 刘淇
1 parent 380913b6

手机号段

Showing 1 changed file with 1 additions and 1 deletions
src/views/binding/binDing.vue
@@ -79,7 +79,7 @@ export default { @@ -79,7 +79,7 @@ export default {
79 }, 79 },
80 bindphone: function() { 80 bindphone: function() {
81 // 81 //
82 - var reg = 11 && /^((13|14|15|17|18)[0-9]{1}\d{8})$/; 82 + var reg = 11 && /^((13|14|15|17|18|19)[0-9]{1}\d{8})$/;
83 //var url="/nptOfficialWebsite/apply/sendSms?mobile="+this.ruleForm.phone; 83 //var url="/nptOfficialWebsite/apply/sendSms?mobile="+this.ruleForm.phone;
84 if (this.phone == "") { 84 if (this.phone == "") {
85 this.$vux.toast.text("请输入手机号码", "top"); 85 this.$vux.toast.text("请输入手机号码", "top");