|
|
@ -15,7 +15,7 @@ |
|
|
<swiper :current="tab_current" @change="swiperChange" :style="{height: autoHeight}"> |
|
|
<swiper :current="tab_current" @change="swiperChange" :style="{height: autoHeight}"> |
|
|
<swiper-item v-for="(tab_item, tab_index) in tab_list" :key="tab_index"> |
|
|
<swiper-item v-for="(tab_item, tab_index) in tab_list" :key="tab_index"> |
|
|
<scroll-view :scroll-y="true" :style="{height: autoHeight}" @scrolltolower="scrolltolower"> |
|
|
<scroll-view :scroll-y="true" :style="{height: autoHeight}" @scrolltolower="scrolltolower"> |
|
|
<view class="scroll-content" v-if="tab_index == 0"> |
|
|
|
|
|
|
|
|
<view v-if="tab_index == 0"> |
|
|
<shop-list :list="goods_list" ref="searchWaterfall"></shop-list> |
|
|
<shop-list :list="goods_list" ref="searchWaterfall"></shop-list> |
|
|
<!-- <lf-nocontent src="/static/images/empty.png" v-if="goods_list.length <= 0"></lf-nocontent> --> |
|
|
<!-- <lf-nocontent src="/static/images/empty.png" v-if="goods_list.length <= 0"></lf-nocontent> --> |
|
|
</view> |
|
|
</view> |
|
|
@ -208,7 +208,7 @@ |
|
|
.shop-img{ |
|
|
.shop-img{ |
|
|
width: 100rpx; |
|
|
width: 100rpx; |
|
|
height: 100rpx; |
|
|
height: 100rpx; |
|
|
background-color: #EEEEEE; |
|
|
|
|
|
|
|
|
// background-color: #EEEEEE; |
|
|
border-radius: 5rpx; |
|
|
border-radius: 5rpx; |
|
|
margin-right: 15rpx; |
|
|
margin-right: 15rpx; |
|
|
} |
|
|
} |
|
|
|