|
@@ -54,8 +54,10 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<u-empty style="padding-top: 10vh;height: auto;" :text="noDataText" img-width="120" v-if="list.length == 0 && status != 'loading'" mode="list"></u-empty>
|
|
|
- <view class="list-nomore" v-if="status == 'nomore'">已经到底了</view>
|
|
|
- <u-loadmore bg-color="#f8f8f8" v-if="list.length < total || status == 'loading'" :status="status" class="loadmore" />
|
|
|
+ <view v-if="index==current" style="padding: 20upx;">
|
|
|
+ <u-loadmore bg-color="#f8f8f8" v-if="pageNo < total || status == 'loading'" :status="status" />
|
|
|
+ </view>
|
|
|
+
|
|
|
</scroll-view>
|
|
|
</swiper-item>
|
|
|
</swiper>
|