Updates to lpl page
This commit is contained in:
parent
b16beff2d7
commit
4e7debe2fb
1 changed files with 2 additions and 3 deletions
|
|
@ -105,7 +105,7 @@ export default {
|
|||
// Call the "next" function to complete the transition to this page.
|
||||
next((vm) => {
|
||||
vm.setCmsContent(resultMap.cmsContent);
|
||||
console.log(store.state)
|
||||
console.log(resultMap.cmsContent)
|
||||
});
|
||||
},
|
||||
props: {
|
||||
|
|
@ -143,8 +143,7 @@ export default {
|
|||
this.newServiceZipRequired = true;
|
||||
return;
|
||||
}
|
||||
const vinLookup = await this.lookupVin(this.licensePlate, zipValidation.data.state).catch((err) => {
|
||||
console.log(err)
|
||||
const vinLookup = await this.lookupVin(this.licensePlate, zipValidation.data.state).catch(() => {
|
||||
this.$refs.funnelFooter.removeLoader();
|
||||
this.vinNotValid = true;
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in a new issue