Fix:4441 【旅居商城小程序】待付款订单,增加取消订单的按钮
This commit is contained in:
@@ -235,7 +235,6 @@
|
||||
<view class="flex">
|
||||
<template v-if="parseInt(order._status._type) === 0">
|
||||
<view
|
||||
v-if="order.isTravelGroup === 0"
|
||||
class="bnt cancelBnt v12-dark-text v12-dark-border"
|
||||
@click="cancelOrder(order)"
|
||||
>取消订单</view>
|
||||
|
||||
Reference in New Issue
Block a user