Commit f76e8e6059646c4ecc394d0a7e2b52dd3ad62f13
1 parent
914b5982
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"); | ... | ... |