| <van-loading size="24px">加载中...</van-loading> | <van-loading size="24px">加载中...</van-loading> | ||||
| </view> | </view> | ||||
| <view wx:else> | <view wx:else> | ||||
| <view class="list-view"> | |||||
| <view class="list-view" style="padding-bottom: 300rpx;"> | |||||
| <listItem item="{{ currentData }}" pageStatus="detatil" isCollect="{{ isCollect }}" isShowCollect="{{ customerId != currentData.customerId }}" bind:changeCollect="changeCollect" customerId="{{ userCustomerId }}" /> | <listItem item="{{ currentData }}" pageStatus="detatil" isCollect="{{ isCollect }}" isShowCollect="{{ customerId != currentData.customerId }}" bind:changeCollect="changeCollect" customerId="{{ userCustomerId }}" /> | ||||
| </view> | </view> | ||||
| <view wx:if="{{ userCustomerId != currentData.customerId }}"> | <view wx:if="{{ userCustomerId != currentData.customerId }}"> |