From bdc664fc443d07f6fc31e4c152f5cd7ed0ce7bf8 Mon Sep 17 00:00:00 2001 From: Gsh <15170702455@163.com> Date: Mon, 13 Oct 2025 01:14:40 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E5=B0=8A=E4=BA=ABtok?= =?UTF-8?q?en=E5=8C=85=E4=BA=A7=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Yi.Ai.Vue3/src/components/ProductPackage/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Yi.Ai.Vue3/src/components/ProductPackage/index.vue b/Yi.Ai.Vue3/src/components/ProductPackage/index.vue index 1765ab6c..b3e77eff 100644 --- a/Yi.Ai.Vue3/src/components/ProductPackage/index.vue +++ b/Yi.Ai.Vue3/src/components/ProductPackage/index.vue @@ -96,7 +96,7 @@ async function fetchGoodsList() { name: item.goodsName, desc: '', price: item.goodsPrice, // 用户专属价格(最终支付价格) - originalPrice: item.originalPrice !== item.goodsPrice ? item.originalPrice : undefined, // 意心平台优惠价 + originalPrice: item.originalPrice, // 意心平台优惠价 perMonth: item.referencePrice, // 模型官方价格 tag: item.remark || '', discount: item.discountDescription || '', @@ -662,7 +662,6 @@ function onClose() { ¥{{ pkg.perMonth.toFixed(2) }} -