优化代课下单优惠券选择

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

@@ -15,7 +15,7 @@
<span class="sale_price">{{ item.time_discount_price }}</span>
</div>
<div class="limit_wrap" v-else>
<template v-if="cartStore.useVipPrice">
<template v-if="cartStore.useVipPrice && item.lowPrice !== item.lowMemberPrice">
<span class="o_price">{{ item.lowPrice }}</span>
<span>{{ item.lowMemberPrice }}</span>
</template>