Showing
1 changed file
with
2 additions
and
2 deletions
@@ -27,7 +27,7 @@ | @@ -27,7 +27,7 @@ | ||
27 | </div> | 27 | </div> |
28 | <div class="list-wrap" :style="minHeight"> | 28 | <div class="list-wrap" :style="minHeight"> |
29 | <ProductList ref="product" :list="productList.list" yasEventName="XY_UFO_MAIN_EVENT" :yasParams="listYasParams" v-if="productList.list.length > 0"></ProductList> | 29 | <ProductList ref="product" :list="productList.list" yasEventName="XY_UFO_MAIN_EVENT" :yasParams="listYasParams" v-if="productList.list.length > 0"></ProductList> |
30 | - <UfoNoItem class="channel-no-item" :tip="`暂无数据`" v-else></UfoNoItem> | 30 | + <UfoNoItem class="channel-no-item" :style="'height:' +total+'px'" :tip="`暂无数据`" v-else></UfoNoItem> |
31 | </div> | 31 | </div> |
32 | </div> | 32 | </div> |
33 | </LayoutScroll> | 33 | </LayoutScroll> |
@@ -298,7 +298,7 @@ export default { | @@ -298,7 +298,7 @@ export default { | ||
298 | } | 298 | } |
299 | }, | 299 | }, |
300 | getIndex({index, params}) { | 300 | getIndex({index, params}) { |
301 | - this.selectedCategory = params; | 301 | + this.selectedCategory = params;minHeight |
302 | this.active = Number(index); | 302 | this.active = Number(index); |
303 | this.isShow && this.$refs.scroll.scrollTo(this.navTop); | 303 | this.isShow && this.$refs.scroll.scrollTo(this.navTop); |
304 | 304 |
-
Please register or login to post a comment