From 5d7c3ac0c0762164b587acdaf2efe96cabebe7c4 Mon Sep 17 00:00:00 2001 From: LinCyJang Date: Thu, 7 May 2026 00:54:50 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A5208=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=E6=8A=BD=E5=A5=96=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E5=A2=9E=E5=8A=A0=E8=A7=84=E6=A0=BC=EF=BC=8C=E9=9A=90?= =?UTF-8?q?=E8=97=8F=E6=94=AF=E4=BB=98=E7=8A=B6=E6=80=81=EF=BC=8C=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E6=96=B9=E5=BC=8F=EF=BC=8C=E5=A2=9E=E5=8A=A0=E6=9D=A5?= =?UTF-8?q?=E6=BA=90=E8=AE=A2=E5=8D=95=E5=AD=97=E6=AE=B5=EF=BC=8C=E5=8F=82?= =?UTF-8?q?=E8=80=83=E6=95=88=E6=9E=9C=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/OrderDetails/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/order/OrderDetails/index.vue b/pages/order/OrderDetails/index.vue index c72f3a8..514021f 100644 --- a/pages/order/OrderDetails/index.vue +++ b/pages/order/OrderDetails/index.vue @@ -350,11 +350,11 @@ 订单类型 {{ orderTypeName }} - + 支付状态 {{ orderInfo.paid ? "已支付" : "未支付" }} - + 支付方式 {{ orderInfo._status._payType }}