Commit 4518bc073a4320ffc0b65e786e8821250fe26bd2
1 parent
1074da8c
199号段
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/binding/binDing.vue
... | ... | @@ -36,7 +36,7 @@ export default { |
36 | 36 | }, |
37 | 37 | methods: { |
38 | 38 | getCode: function() { |
39 | - var reg = 11 && /^((13|14|15|17|18)[0-9]{1}\d{8})$/; | |
39 | + var reg = 11 && /^((13|14|15|17|18|19)[0-9]{1}\d{8})$/; | |
40 | 40 | //var url="/nptOfficialWebsite/apply/sendSms?mobile="+this.ruleForm.phone; |
41 | 41 | if (this.phone == "") { |
42 | 42 | this.$vux.toast.text("请输入手机号码", "top"); | ... | ... |