从首页进入分类页面时 右边的数据是错误的 拉取分类列表的接口getCategoryList默认是this.categoryContent = this.categoryList[0]; 修改成 this.categoryContent = this.categoryList[this.$store.state.tabindex]; 即可
从首页进入分类页面时 右边的数据是错误的
拉取分类列表的接口getCategoryList默认是this.categoryContent = this.categoryList[0];
修改成 this.categoryContent = this.categoryList[this.$store.state.tabindex];
即可