From debcc2010a9db4b2bc731097b974fd6215e6f57d Mon Sep 17 00:00:00 2001 From: LinCyJang Date: Wed, 14 Jan 2026 22:10:30 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4807=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=9B=A2=E8=B4=AD=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E5=AE=8C=E6=88=90=E8=AF=84=E4=BB=B7=E5=90=8E=EF=BC=8C?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E7=8A=B6=E6=80=81=E5=86=85=E5=AE=B9=E4=B8=BA?= =?UTF-8?q?=E7=A9=BA=EF=BC=8C=E5=BB=BA=E8=AE=AE=E7=8A=B6=E6=80=81=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E4=B8=BA=E2=80=9C=E5=B7=B2=E5=AE=8C=E6=88=90=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/MyOrder/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/order/MyOrder/index.vue b/pages/order/MyOrder/index.vue index 2875b81..be5d19c 100644 --- a/pages/order/MyOrder/index.vue +++ b/pages/order/MyOrder/index.vue @@ -96,7 +96,7 @@ {{ (order.isGiftCardSend || order.isGiftCardReceive) ? '礼包' : getStatus(order) }} + >{{ (order.isGiftCardSend || order.isGiftCardReceive) ? '礼包' : (getStatus(order) || (order._status && order._status._title) || '已完成') }}