feat: 补充月卡退卡按次卡单价结算说明

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
richarjiang
2026-09-06 20:23:51 +08:00
parent 15d96c722b
commit 801e2f47da

View File

@@ -162,11 +162,19 @@
<text class="feature-dot"></text>
<text class="feature-text">有效期内可无限次预约课程</text>
</view>
<view class="feature-item">
<view v-if="cardData.totalTimes" class="feature-item">
<text class="feature-dot"></text>
<text class="feature-text">每次预约扣除 1 次课时次卡</text>
</view>
<view class="feature-item">
<view v-if="cardData.type === CardTypeCategory.DURATION" class="feature-item">
<text class="feature-dot"></text>
<text class="feature-text">如需退卡已上课时按次卡单价计费扣除不以月卡优惠价结算</text>
</view>
<view v-if="cardData.type === CardTypeCategory.DURATION" class="feature-item">
<text class="feature-dot"></text>
<text class="feature-text">到期后自动失效</text>
</view>
<view v-else class="feature-item">
<text class="feature-dot"></text>
<text class="feature-text">到期或课时用完后自动失效不可退款</text>
</view>