优化代课下单优惠券选择

This commit is contained in:
gyq
2025-11-14 18:13:38 +08:00
parent a3cbe7576e
commit 18d2a73073
6 changed files with 28 additions and 27 deletions

View File

@@ -136,7 +136,8 @@
<div class="row">
<span class="row_t">成长值</span>
<span class="row_b" style="margin-left: 6px;">{{ currentVipInfo.experience }}</span>
<span class="tips">距离{{ currentVipInfo.nextMemberLevelName }}还差{{ currentVipInfo.nextExperience }}</span>
<span class="tips" v-if="currentVipInfo.nextMemberLevelName">距离{{ currentVipInfo.nextMemberLevelName }}还差{{
currentVipInfo.nextExperience }}</span>
</div>
</div>
</div>