|
|
|
@ -20,13 +20,13 @@ |
|
|
|
</view> |
|
|
|
</wux-skeleton> |
|
|
|
<!-- <refresh-view id="refreshview" bind:refresh="onRefreshList" height="{{height - 90 - customHeight}}" bind:loadmore="fetchPapersList"> --> |
|
|
|
<refresh-view bind:refresh="onRefreshList" height="{{height}}" triggered="{{requesting}}" scrollTop="{{top}}" bind:scrolltolower="fetchPapersList"> |
|
|
|
<refresh-view bind:refresh="onRefreshList" height="{{mHeight}}" triggered="{{requesting}}" scrollTop="{{top}}" bind:scrolltolower="fetchPapersList"> |
|
|
|
<wux-skeleton active wx:if="{{loading}}"> |
|
|
|
<view class="flex bg-white" style="height:{{height - 90 - customHeight}}rpx;padding:32rpx"> |
|
|
|
<view class="flex bg-white" style="height:{{mHeight}}rpx;padding:32rpx"> |
|
|
|
<wux-skeleton-paragraph rounded rows="12" wux-class="case3-class" /> |
|
|
|
</view> |
|
|
|
</wux-skeleton> |
|
|
|
<view class="bg-white list-empty" style="height:{{height - 90 - customHeight}}rpx" bindtap="onRefreshList" wx:elif="{{!orderList.length && !loading}}"> |
|
|
|
<view class="bg-white list-empty" style="height:{{mHeight}}rpx" bindtap="onRefreshList" wx:elif="{{!orderList.length && !loading}}"> |
|
|
|
<image class="img-empty" src="/assets/image/list_empty.png"></image> |
|
|
|
<view class="text-empty">暂无数据,点击重新加载</view> |
|
|
|
</view> |
|
|
|
|