Commit e2fc6c6284c6b2b824fc98f7e9aad73ce60db92a
1 parent
a24caa86
输入手机号 问题
Showing
1 changed file
with
2 additions
and
3 deletions
src/components/plateNumber.vue
| ... | ... | @@ -490,12 +490,11 @@ export default { |
| 490 | 490 | return |
| 491 | 491 | } |
| 492 | 492 | } |
| 493 | - | |
| 493 | + console.log(plateLicense) | |
| 494 | 494 | if (this.formData.commonCard === '3') { |
| 495 | 495 | plateLicense = this.plate_license_2 |
| 496 | 496 | plateLicense = this.palindrome(plateLicense) |
| 497 | - if (plateLicense.length < 11) { | |
| 498 | - this.tip = '手机号' | |
| 497 | + if (this.carNum.length < 11) { | |
| 499 | 498 | this.$msgbox('提示', '请输入正确手机号') |
| 500 | 499 | |
| 501 | 500 | return | ... | ... |