|
|
|
@ -4,7 +4,7 @@ |
|
|
|
</cu-custom> |
|
|
|
|
|
|
|
<refresh-view bind:refresh="onRefreshList" height="{{height}}" triggered="{{requesting}}" scrollTop="{{top}}" bind:scrolltolower="fetchOrderList"> |
|
|
|
<van-search disabled shape="round" placeholder="请输入要搜索的商品" bindtap="searchList"/> |
|
|
|
<!-- <van-search disabled shape="round" placeholder="请输入要搜索的商品" bindtap="searchList"/> --> |
|
|
|
<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" /> |
|
|
|
|