Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
lea guo
5 years ago
Commit
26478878e55953fda545952956ed2682b009b5ff
1 parent
90fb72c9
分类页面: 数据重复获取
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
apps/pages/category/category.vue
apps/pages/category/category.vue
View file @
2647887
...
...
@@ -77,10 +77,10 @@ export default {
};
},
mounted() {
this.fetchBrandList({});
this.fetchCategoryParentList()
},
async activated(){
await this.fetchCategoryParentList();
await this.fetchBrandList({});
this.reportYas(0);
},
methods: {
...
...
Please
register
or
login
to post a comment