|
|
|
@ -3,7 +3,7 @@ |
|
|
|
<view class="lf-p-t-20 head" v-if="tab_list.length"> |
|
|
|
<u-tabs :list="tab_list" :is-scroll="true" :current="current" @change="tabChange"></u-tabs> |
|
|
|
</view> |
|
|
|
<swiper :style="{height: 'calc('+ windowHeight +'px - 110rpx)', width: '750rpx'}" :current="current" @change="swiperChange"> |
|
|
|
<swiper :style="{height: 'calc('+ windowHeight +'px - 240rpx)', width: '750rpx'}" :current="current" @change="swiperChange"> |
|
|
|
<swiper-item v-for="(tabItem, tabIndex) in tab_list" :key="tabIndex"> |
|
|
|
<scroll-view class="com" :scroll-y="true" :refresher-enabled="true" :refresher-triggered="isRefresher" @scrolltolower="onScrolltolower" @refresherrefresh="onRefresherrefresh"> |
|
|
|
<view class="lf-m-t-20"></view> |
|
|
|
@ -142,5 +142,6 @@ |
|
|
|
height: 100%; |
|
|
|
box-sizing: border-box; |
|
|
|
padding: 0rpx 32rpx; |
|
|
|
padding-bottom: 10rpx; |
|
|
|
} |
|
|
|
</style> |