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,12 +490,11 @@ export default { | ||
| 490 | return | 490 | return |
| 491 | } | 491 | } |
| 492 | } | 492 | } |
| 493 | - | 493 | + console.log(plateLicense) |
| 494 | if (this.formData.commonCard === '3') { | 494 | if (this.formData.commonCard === '3') { |
| 495 | plateLicense = this.plate_license_2 | 495 | plateLicense = this.plate_license_2 |
| 496 | plateLicense = this.palindrome(plateLicense) | 496 | plateLicense = this.palindrome(plateLicense) |
| 497 | - if (plateLicense.length < 11) { | ||
| 498 | - this.tip = '手机号' | 497 | + if (this.carNum.length < 11) { |
| 499 | this.$msgbox('提示', '请输入正确手机号') | 498 | this.$msgbox('提示', '请输入正确手机号') |
| 500 | 499 | ||
| 501 | return | 500 | return |