From 907f51b13ad28833c47bb4523955686e0fbae37d Mon Sep 17 00:00:00 2001 From: Chopper711 Date: Wed, 31 May 2023 15:13:52 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E5=88=86=E5=94=AE=E5=90=8E=E5=85=BC?= =?UTF-8?q?=E5=AE=B9?= 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 f5b1809..6f458f6 100644 --- a/pages/order/myOrder.vue +++ b/pages/order/myOrder.vue @@ -139,7 +139,7 @@ shape="circle" class="cancel-btn" size="mini" - v-if="order.groupAfterSaleStatus && order.groupAfterSaleStatus.includes('NOT_APPLIED')" + v-if="order.groupAfterSaleStatus && (order.groupAfterSaleStatus==='NOT_APPLIED'|| order.groupAfterSaleStatus==='PART_AFTER_SALE' )" @click="applyService(order)" > 退款/售后