fix: 修复月卡无法编辑次数的问题

This commit is contained in:
richarjiang
2026-09-07 18:10:39 +08:00
parent 86ad9ee64f
commit 87d946adb5
17 changed files with 564 additions and 91 deletions

View File

@@ -207,13 +207,13 @@
</view>
<view v-if="cardData.totalTimes" class="feature-item">
<text class="feature-dot"></text>
<text class="feature-text">每次预约扣除 1 次课时次卡</text>
<text class="feature-text">每次预约扣除 1 次课时</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-if="cardData.type === CardTypeCategory.DURATION" class="feature-item">
<view v-if="cardData.type === CardTypeCategory.DURATION && !cardData.totalTimes" class="feature-item">
<text class="feature-dot"></text>
<text class="feature-text">到期后自动失效</text>
</view>