提交代码
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user