|
|
|
@ -57,7 +57,7 @@ |
|
|
|
<view class="text-sm text-black">{{item.settlePrice || '- -'}}</view> |
|
|
|
</view> |
|
|
|
<view class="flex" style="justify-content: flex-end;margin-top:16rpx"> |
|
|
|
<van-button round plain type="default" custom-style="height:64rpx;width:200rpx" data-id="{{item.orderId}}" |
|
|
|
<van-button round plain type="default" custom-style="height:64rpx;width:200rpx" data-id="{{item.id}}" |
|
|
|
bind:click="cancelOrder" wx:if="{{item.status != 6}}">取消订单</van-button> |
|
|
|
<van-button round type="info" custom-style="margin-left:24rpx;height:64rpx;width:200rpx" data-page="{{pageIndex}}" data-index="{{index}}" |
|
|
|
bind:click="lookItem" wx:if="{{(item.status == 4 || item.status == 42) && admin}}">去支付</van-button> |
|
|
|
|