|
|
@ -3,7 +3,7 @@ |
|
|
<view slot="content" style="color:black;font-size:36rpx">消息</view> |
|
|
<view slot="content" style="color:black;font-size:36rpx">消息</view> |
|
|
</cu-custom> |
|
|
</cu-custom> |
|
|
|
|
|
|
|
|
<refresh-view bind:refresh="onRefreshList" height="{{height}}" triggered="{{requesting}}" scrollTop="{{top}}" bind:scrolltolower="fetchOrderList"> |
|
|
|
|
|
|
|
|
<refresh-view bind:refresh="onRefreshList" height="{{height}}" triggered="{{requesting}}" scrollTop="{{top}}" bind:scrolltolower="fetchList"> |
|
|
<!-- <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 class="list-empty" style="height:{{height}}rpx" wx:if="{{!orderList.length}}"> |
|
|
<view style="margin-bottom:24px" wx:if="{{loading}}"> |
|
|
<view style="margin-bottom:24px" wx:if="{{loading}}"> |
|
|
@ -17,7 +17,7 @@ |
|
|
<view class="bg-white" style="padding:0rpx 32rpx" wx:if="{{pageIndex>0}}"> |
|
|
<view class="bg-white" style="padding:0rpx 32rpx" wx:if="{{pageIndex>0}}"> |
|
|
<view style="height:2rpx;background-color:#f3f3f3"></view> |
|
|
<view style="height:2rpx;background-color:#f3f3f3"></view> |
|
|
</view> |
|
|
</view> |
|
|
<good-item dataList="{{pageItem}}"></good-item> |
|
|
|
|
|
|
|
|
<!-- <good-item dataList="{{pageItem}}"></good-item> --> |
|
|
</view> |
|
|
</view> |
|
|
<!--加载更多的UI--> |
|
|
<!--加载更多的UI--> |
|
|
<van-divider content-position="center" wx:if="{{ form.pageNum > 1}}" custom-style="padding:0rpx 120rpx"> |
|
|
<van-divider content-position="center" wx:if="{{ form.pageNum > 1}}" custom-style="padding:0rpx 120rpx"> |
|
|
|