Fix:4441 【旅居商城小程序】待付款订单,增加取消订单的按钮

This commit is contained in:
linxi
2025-11-12 14:16:57 +08:00
parent 0c9674e08d
commit a050e39099
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -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>