Browse Source

no message

feature/v2.2
xpz2018 4 years ago
parent
commit
7963626205
1 changed files with 1 additions and 1 deletions
  1. 2
      pages/process/payment-list/index.wxml

2
pages/process/payment-list/index.wxml

@ -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>

Loading…
Cancel
Save