fix: 修复月卡无法编辑次数的问题
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user