Commit 914b5982d02c9fc3d0c212f1eb53ed531b89f7ed
1 parent
61d80c85
手机号段
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|19)[0-9]{1}\d{8})$/; | 82 | + var reg = 11 && /^((13|14|15|16|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"); |