fix: timeshow

This commit is contained in:
yanghao05
2025-04-11 09:14:33 +08:00
parent 8baab46132
commit d940c182a4
4 changed files with 42 additions and 31 deletions

View File

@@ -179,7 +179,7 @@ onMounted(() => {
<span class="text-orange-500">优惠: -¥{{ formatPrice(getDiscountAmount(data.price,
data.discount)) }}</span>
<span class="font-bold">实付: ¥{{ formatPrice(getFinalPrice(data.price, data.discount))
}}</span>
}}</span>
</div>
</template>
</Column>