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) }} -