mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
fix income display
This commit is contained in:
@@ -134,7 +134,7 @@ watch(
|
|||||||
<NTooltip>
|
<NTooltip>
|
||||||
<template #trigger>
|
<template #trigger>
|
||||||
<span style="font-size: 18px; font-weight: 500; color: #a35353">
|
<span style="font-size: 18px; font-weight: 500; color: #a35353">
|
||||||
<NNumberAnimation :from="0" :to="live.totalIncomeWithGuard" show-separator />
|
<NNumberAnimation :from="0" :to="new Date(live.startAt) < guartPriceStartData ? live.totalIncomeWithGuard : live.totalIncome" show-separator />
|
||||||
</span>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
{{ live.totalIncome }}
|
{{ live.totalIncome }}
|
||||||
|
|||||||
Reference in New Issue
Block a user