|
|
@ -27,7 +27,7 @@ |
|
|
<view class="load-spinner text-gray" /> |
|
|
<view class="load-spinner text-gray" /> |
|
|
</view> |
|
|
</view> |
|
|
<view class="list-empty" style="height:240rpx" catchtap="fetchItemList" wx:elif="{{!requesting && !itemList.length}}"> |
|
|
<view class="list-empty" style="height:240rpx" catchtap="fetchItemList" wx:elif="{{!requesting && !itemList.length}}"> |
|
|
<view class="text-empty">暂无数据,点击刷新</view> |
|
|
|
|
|
|
|
|
<view class="text-empty" style="margin-top: 0rpx;">暂无数据,点击刷新</view> |
|
|
</view> |
|
|
</view> |
|
|
<view wx:else> |
|
|
<view wx:else> |
|
|
<view class="flex" style="padding-bottom: 16rpx;"> |
|
|
<view class="flex" style="padding-bottom: 16rpx;"> |
|
|
|