feat: 增加尊享token包产品
This commit is contained in:
@@ -96,7 +96,7 @@ async function fetchGoodsList() {
|
|||||||
name: item.goodsName,
|
name: item.goodsName,
|
||||||
desc: '',
|
desc: '',
|
||||||
price: item.goodsPrice, // 用户专属价格(最终支付价格)
|
price: item.goodsPrice, // 用户专属价格(最终支付价格)
|
||||||
originalPrice: item.originalPrice !== item.goodsPrice ? item.originalPrice : undefined, // 意心平台优惠价
|
originalPrice: item.originalPrice, // 意心平台优惠价
|
||||||
perMonth: item.referencePrice, // 模型官方价格
|
perMonth: item.referencePrice, // 模型官方价格
|
||||||
tag: item.remark || '',
|
tag: item.remark || '',
|
||||||
discount: item.discountDescription || '',
|
discount: item.discountDescription || '',
|
||||||
@@ -662,7 +662,6 @@ function onClose() {
|
|||||||
¥{{ pkg.perMonth.toFixed(2) }}
|
¥{{ pkg.perMonth.toFixed(2) }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- 第二层:意心平台优惠价 -->
|
<!-- 第二层:意心平台优惠价 -->
|
||||||
<div v-if="pkg.originalPrice" class="platform-price-section">
|
<div v-if="pkg.originalPrice" class="platform-price-section">
|
||||||
<div class="price-label-row">
|
<div class="price-label-row">
|
||||||
|
|||||||
Reference in New Issue
Block a user