Authored by Tao

commit mg

@@ -300,7 +300,7 @@ export default { @@ -300,7 +300,7 @@ export default {
300 } 300 }
301 }, 301 },
302 getIndex({index, params}) { 302 getIndex({index, params}) {
303 - this.selectedCategory = params;minHeight 303 + this.selectedCategory = params;
304 this.active = Number(index); 304 this.active = Number(index);
305 this.isShow && this.$refs.scroll.scrollTo(this.navTop); 305 this.isShow && this.$refs.scroll.scrollTo(this.navTop);
306 306