Updates to lpl page

This commit is contained in:
Max 2022-04-12 11:10:39 -04:00
parent b16beff2d7
commit 4e7debe2fb

View file

@ -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;