From 6caf9afcc0b37b3761c05e5a44eff28969c9977d Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Tue, 12 May 2026 09:49:45 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E4=BA=91=E7=81=B5AI):=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E4=BB=B7=E6=A0=BC=E6=98=BE=E7=A4=BA=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aiChat/components/orderItem.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aiChat/components/orderItem.vue b/aiChat/components/orderItem.vue index 5cabd34..449d8ab 100644 --- a/aiChat/components/orderItem.vue +++ b/aiChat/components/orderItem.vue @@ -45,7 +45,7 @@ - ¥{{ cartItem.payPrice }} + ¥{{ cartItem.truePrice }} x{{ cartItem.cartNum }} @@ -91,7 +91,7 @@ 共{{ item.totalNum }}件商品 -     总金额¥{{ item.totalPrice }} +     总金额¥{{ item.payPrice }}