...
|
...
|
@@ -27,7 +27,7 @@ |
|
|
</div>
|
|
|
<div class="list-wrap" :style="minHeight">
|
|
|
<ProductList ref="product" :list="productList.list" yasEventName="XY_UFO_MAIN_EVENT" :yasParams="listYasParams" v-if="productList.list.length > 0"></ProductList>
|
|
|
<UfoNoItem class="channel-no-item" :tip="`暂无数据`" v-else></UfoNoItem>
|
|
|
<UfoNoItem class="channel-no-item" :style="'height:' +total+'px'" :tip="`暂无数据`" v-else></UfoNoItem>
|
|
|
</div>
|
|
|
</div>
|
|
|
</LayoutScroll>
|
...
|
...
|
@@ -298,7 +298,7 @@ export default { |
|
|
}
|
|
|
},
|
|
|
getIndex({index, params}) {
|
|
|
this.selectedCategory = params;
|
|
|
this.selectedCategory = params;minHeight
|
|
|
this.active = Number(index);
|
|
|
this.isShow && this.$refs.scroll.scrollTo(this.navTop);
|
|
|
|
...
|
...
|
|