Authored by baoss

fix

... ... @@ -298,7 +298,7 @@ export default {
}
},
getIndex({index, params}) {
this.selectedCategory = params;minHeight
this.selectedCategory = params;
this.active = Number(index);
this.isShow && this.$refs.scroll.scrollTo(this.navTop);
... ...