更新:课程确认订单和订单支付功能初步完成

This commit is contained in:
2025-11-24 17:15:28 +08:00
parent b357225703
commit bfe0c09242
16 changed files with 2022 additions and 63 deletions

View File

@@ -31,7 +31,7 @@
<!-- VIP优惠价 -->
<view v-if="item.isVipPrice === 1 && item.vipPrice" class="price-info">
<text class="vip-price">{{ parseFloat(item.vipPrice).toFixed(2) }} 天医币</text>
<text class="vip-label">VIP到手</text>
<text class="vip-label">VIP优惠</text>
<text class="original-price">{{ parseFloat(item.price).toFixed(2) }} 天医币</text>
</view>