Commit 116664d7 authored by 1037621594's avatar 1037621594 Committed by linlinjava
Browse files

Update index.vue (#250)

修复了商品分类无法切换的bug
parent c04bf486
......@@ -64,7 +64,7 @@ export default {
handleTabClick(index) {
this.categoryId = this.navList[index].id;
this.$router.replace({
name: 'list',
name: 'category',
query: { itemClass: this.categoryId }
});
this.init();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment