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. // Call the "next" function to complete the transition to this page.
next((vm) => { next((vm) => {
vm.setCmsContent(resultMap.cmsContent); vm.setCmsContent(resultMap.cmsContent);
console.log(store.state) console.log(resultMap.cmsContent)
}); });
}, },
props: { props: {
@ -143,8 +143,7 @@ export default {
this.newServiceZipRequired = true; this.newServiceZipRequired = true;
return; return;
} }
const vinLookup = await this.lookupVin(this.licensePlate, zipValidation.data.state).catch((err) => { const vinLookup = await this.lookupVin(this.licensePlate, zipValidation.data.state).catch(() => {
console.log(err)
this.$refs.funnelFooter.removeLoader(); this.$refs.funnelFooter.removeLoader();
this.vinNotValid = true; this.vinNotValid = true;
return; return;