From 21410c5f0629efa6bc808284f770a3bd6a8ae664 Mon Sep 17 00:00:00 2001 From: LinCyJang Date: Tue, 8 Jul 2025 23:54:41 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A3988=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=E7=A4=BC=E5=8C=85=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E8=AF=A6=E6=83=85=E7=B1=BB=E5=9E=8B=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/OrderDetails/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/order/OrderDetails/index.vue b/pages/order/OrderDetails/index.vue index ae9a37f..44508e6 100644 --- a/pages/order/OrderDetails/index.vue +++ b/pages/order/OrderDetails/index.vue @@ -954,6 +954,9 @@ export default { } else if (this.orderInfo.seckillId > 0) { this.orderTypeName = "秒杀订单"; this.orderTypeNameStatus = false; + } else if (this.orderInfo.isGiftCardReceive === 1 || this.orderInfo.isGiftCardSend === 1) { + this.orderTypeName = "礼包订单"; + this.orderTypeNameStatus = false; } this.system_store = res.data.systemStore || {}; this.mapKey = res.data.mapKay;