se hacen modificaciones de catalogo a peticion de observaciones de carlos 24052026

This commit is contained in:
2026-05-24 21:13:11 -07:00
parent 159d0ed625
commit 71f3b1cdec
4 changed files with 92 additions and 36 deletions

View File

@@ -50,7 +50,7 @@
return;
}
this.el('brandCatalogOverlay').style.display = 'block';
document.body.style.overflow = 'hidden';
//document.body.style.overflow = 'hidden';
this.loadBrands();
},
@@ -59,7 +59,7 @@
document.body.style.overflow = '';
this.reset();
},
reset: function() {
this.state = 'brands';
this.nav = { brand: null, brandId: null, model: null, modelId: null, year: null, yearId: null, engine: null, myeId: null, category: null, categoryId: null };