@@ -162,11 +162,19 @@
|
|||||||
<text class="feature-dot">•</text>
|
<text class="feature-dot">•</text>
|
||||||
<text class="feature-text">有效期内可无限次预约课程</text>
|
<text class="feature-text">有效期内可无限次预约课程</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="feature-item">
|
<view v-if="cardData.totalTimes" class="feature-item">
|
||||||
<text class="feature-dot">•</text>
|
<text class="feature-dot">•</text>
|
||||||
<text class="feature-text">每次预约扣除 1 次课时(次卡)</text>
|
<text class="feature-text">每次预约扣除 1 次课时(次卡)</text>
|
||||||
</view>
|
</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-dot">•</text>
|
||||||
<text class="feature-text">到期或课时用完后自动失效,不可退款</text>
|
<text class="feature-text">到期或课时用完后自动失效,不可退款</text>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user