mirror of
https://github.com/hi2shark/nazhua.git
synced 2026-01-14 08:10:42 +08:00
🐛 [fix] 账单金额周期为空时,不显示
This commit is contained in:
parent
0606ba918d
commit
b7523012ec
@ -48,7 +48,7 @@
|
||||
>
|
||||
<span class="text">
|
||||
<span class="text-item value-text">{{ billAndPlan.billing.value }}</span>
|
||||
<template v-if="!billAndPlan.billing.isFree">
|
||||
<template v-if="!billAndPlan.billing.isFree && billAndPlan.billing.cycleLabel">
|
||||
<span class="text-item">/</span>
|
||||
<span class="text-item label-text">{{ billAndPlan.billing.cycleLabel }}</span>
|
||||
</template>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user