From fad004aed5196d2942b7383364178cc4f50fe6b0 Mon Sep 17 00:00:00 2001 From: chc <1501738723@qq.com> Date: Mon, 11 Mar 2024 15:55:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E8=B4=A7=E7=89=A9=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E6=97=A0=E5=94=AE=E5=90=8E=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/myOrder.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/order/myOrder.vue b/pages/order/myOrder.vue index c604b82..5caa7fd 100644 --- a/pages/order/myOrder.vue +++ b/pages/order/myOrder.vue @@ -138,7 +138,7 @@ shape="circle" class="cancel-btn" size="mini" - v-if="order.groupAfterSaleStatus && (order.groupAfterSaleStatus==='NOT_APPLIED'|| order.groupAfterSaleStatus==='PART_AFTER_SALE' )" + v-if="order.groupAfterSaleStatus && ( order.groupAfterSaleStatus.includes('NOT_APPLIED') || order.groupAfterSaleStatus.includes('PART_AFTER_SALE'))" @click="applyService(order)" > 退款/售后