|
|
|
@ -3,7 +3,7 @@ |
|
|
|
<view slot="content">纸厂列表</view> |
|
|
|
</cu-custom> |
|
|
|
|
|
|
|
<van-tabs active="{{tabIndex}}" color="#008AFF" title-active-color="#008AFF" bind:change="onTabChange" line-height="2px" wx:if="{{type == 1}}"> |
|
|
|
<!-- <van-tabs active="{{tabIndex}}" color="#008AFF" title-active-color="#008AFF" bind:change="onTabChange" line-height="2px" wx:if="{{type == 1}}"> |
|
|
|
<van-tab title="自有渠道"> |
|
|
|
<refresh-view bind:refresh="onRefreshList" height="{{height}}" triggered="{{requesting}}" scrollTop="{{top}}" bind:scrolltolower="fetchList"> |
|
|
|
<view class="list-empty" style="height:{{height}}rpx" wx:if="{{!orderList.length}}"> |
|
|
|
@ -16,7 +16,6 @@ |
|
|
|
<view wx:for-item="pageItem" wx:for-index="pageIndex" wx:for="{{orderList}}" wx:key="pageIndex"> |
|
|
|
<van-cell clickable is-link wx:for="{{pageItem}}" wx:key="index" title="{{item.name}}" data-page="{{pageIndex}}" data-index="{{index}}" bind:click="lookItem"></van-cell> |
|
|
|
</view> |
|
|
|
<!--加载更多的UI--> |
|
|
|
<van-divider content-position="center" wx:if="{{ form.pageNum > 1}}" custom-style="padding:0rpx 120rpx"> |
|
|
|
<van-loading type="spinner" size="16" wx:if="{{!finished}}" /> |
|
|
|
<text class="text-sm" style="margin-left:8rpx">{{finished?'到底啦~':'加载中...'}}</text> |
|
|
|
@ -35,9 +34,9 @@ |
|
|
|
<van-cell clickable is-link wx:for="{{factoryList}}" wx:key="index" title="{{item.name}}" data-index="{{index}}" bind:click="lookItem"></van-cell> |
|
|
|
</refresh-view> |
|
|
|
</van-tab> |
|
|
|
</van-tabs> |
|
|
|
</van-tabs> --> |
|
|
|
|
|
|
|
<refresh-view bind:refresh="onRefreshList" height="{{height}}" scrollTop="{{top}}" triggered="{{requesting}}" bind:scrolltolower="fetchList" wx:else> |
|
|
|
<refresh-view bind:refresh="onRefreshList" height="{{height}}" scrollTop="{{top}}" triggered="{{requesting}}" bind:scrolltolower="fetchList"> |
|
|
|
<view class="list-empty" style="height:{{height}}rpx" wx:if="{{!orderList.length}}"> |
|
|
|
<view style="margin-bottom:24px" wx:if="{{loading}}"> |
|
|
|
<van-loading type="spinner" size="32" /> |
|
|
|
|