Authored by lea guo

分类页面: 数据重复获取

... ... @@ -77,10 +77,10 @@ export default {
};
},
mounted() {
this.fetchBrandList({});
this.fetchCategoryParentList()
},
async activated(){
await this.fetchCategoryParentList();
await this.fetchBrandList({});
this.reportYas(0);
},
methods: {
... ...