change X to * in default case
This commit is contained in:
parent
5a73395a0f
commit
f95be2467d
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ export default {
|
||||||
const lastSixChars = this.vin.substring(11, this.vin.length);
|
const lastSixChars = this.vin.substring(11, this.vin.length);
|
||||||
return `!X!X!X!X!X!X!X!X!X!X!X${lastSixChars}`;
|
return `!X!X!X!X!X!X!X!X!X!X!X${lastSixChars}`;
|
||||||
}
|
}
|
||||||
return 'XXXXXXXXXXXXXXXXX';
|
return '*****************';
|
||||||
},
|
},
|
||||||
carIdIsValid() {
|
carIdIsValid() {
|
||||||
return this.hasValidCarId();
|
return this.hasValidCarId();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue