Fix:3354 【礼品功能】微信支付失败后在礼品卡页面生成的待付款订单,改为跟普通订单一样,限定时间内未支付订单自动取消
This commit is contained in:
@@ -94,7 +94,7 @@
|
|||||||
已过期
|
已过期
|
||||||
</view>
|
</view>
|
||||||
<view
|
<view
|
||||||
v-if="item.status === 3"
|
v-if="item.status === 9"
|
||||||
class="btn btn-grey"
|
class="btn btn-grey"
|
||||||
>
|
>
|
||||||
已取消
|
已取消
|
||||||
|
|||||||
Reference in New Issue
Block a user