提交代码

This commit is contained in:
duan
2024-06-12 11:10:59 +08:00
parent 02cbc93a14
commit 06a9c4f2de
8 changed files with 46 additions and 17 deletions

View File

@@ -279,7 +279,7 @@
subCategoryList: [] //二级菜单数据
};
},
onPageScroll(e) {
if (e.scrollTop <= 44) { //搜索导航栏
this.opacity = false
@@ -510,7 +510,7 @@
if (item.isChild) {
this.form.type = '' //先清空后赋值
setTimeout(()=> {
setTimeout(() => {
this.showproductlist = true
}, 500);
} else {