feat: 增加尊享token包产品

This commit is contained in:
Gsh
2025-10-13 01:14:40 +08:00
parent 9555ef10e0
commit bdc664fc44

View File

@@ -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) }}
</div>
</div>
<!-- 第二层意心平台优惠价 -->
<div v-if="pkg.originalPrice" class="platform-price-section">
<div class="price-label-row">