This commit is contained in:
gyq
2025-11-18 11:18:09 +08:00
parent 9904c044c3
commit 9441a3c6d8
9 changed files with 81 additions and 921 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 && item.lowPrice !== item.lowMemberPrice">
<template v-if="cartStore.useVipPrice && item.lowMemberPrice > 0">
<span class="o_price">{{ item.lowPrice }}</span>
<span>{{ item.lowMemberPrice }}</span>
</template>