|
|
|
@ -61,7 +61,7 @@ |
|
|
|
</view> |
|
|
|
<view class="flex" style="justify-content: flex-end;margin-top:16rpx"> |
|
|
|
<van-button round plain type="default" custom-style="height:64rpx;width:180rpx" data-id="{{item.orderId}}" |
|
|
|
bind:click="cancelOrder" wx:if="{{item.orderStatus != 6}}">取消订单</van-button> |
|
|
|
bind:click="cancelOrder" wx:if="{{item.orderStatus != 6 && item.status != 41 && item.status != 42}}">取消订单</van-button> |
|
|
|
<van-button round type="info" custom-style="margin-left:24rpx;height:64rpx;width:180rpx" data-page="{{pageIndex}}" data-index="{{index}}" |
|
|
|
bind:click="editItem" wx:if="{{item.orderStatus == 0}}">修改订单</van-button> |
|
|
|
<van-button round type="info" custom-style="margin-left:24rpx;height:64rpx;width:180rpx" data-page="{{pageIndex}}" data-index="{{index}}" |
|
|
|
|