Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 |
-
Please register or login to post a comment