mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 16:56:43 +08:00
【fix】 我的卡单列表中。支付失败(订单状态55/19)可以再次去支付
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
</div>
|
||||
<div class="flex justify-content-s">
|
||||
<span>订单状态:{{ orderItem.orderStatus | statusFormat }}</span>
|
||||
<div v-if="orderItem.isCanPay && orderItem.orderStatus == '02'">
|
||||
<div v-if="orderItem.isCanPay && (orderItem.orderStatus == '02' || orderItem.orderStatus == '19' || orderItem.orderStatus == '55')">
|
||||
<van-button round @click="goPay(orderItem.orderNo)" size="small" class="mr5" type="danger" v-no-more-click="1000">去支付</van-button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user