diff --git a/src/components/plateNumber.vue b/src/components/plateNumber.vue index b8979fc..b0ff9ce 100644 --- a/src/components/plateNumber.vue +++ b/src/components/plateNumber.vue @@ -490,12 +490,11 @@ export default { return } } - + console.log(plateLicense) if (this.formData.commonCard === '3') { plateLicense = this.plate_license_2 plateLicense = this.palindrome(plateLicense) - if (plateLicense.length < 11) { - this.tip = '手机号' + if (this.carNum.length < 11) { this.$msgbox('提示', '请输入正确手机号') return