update
This commit is contained in:
parent
87ce7adde6
commit
ad919eb5ac
@ -72,11 +72,11 @@
|
||||
<div class="price-display">
|
||||
<template v-if="!isLoadingPricing && pricing">
|
||||
<span class="price" v-if="premiumBilling === 'monthly'">
|
||||
¥{{ pricing.price_month }}
|
||||
${{ pricing.price_month }}
|
||||
<span class="period">/月</span>
|
||||
</span>
|
||||
<span class="price" v-else>
|
||||
¥{{ pricing.price_year }}
|
||||
${{ pricing.price_year }}
|
||||
<span class="period">/年</span>
|
||||
</span>
|
||||
</template>
|
||||
@ -178,7 +178,7 @@
|
||||
<div class="plan-info">
|
||||
<h4>{{ selectedPlan?.title }}</h4>
|
||||
<div class="price">
|
||||
¥{{ selectedPlan?.price }} / {{ selectedPlan?.period.replace('订阅', '') }}
|
||||
${{ selectedPlan?.price }} / {{ selectedPlan?.period.replace('订阅', '') }}
|
||||
</div>
|
||||
<p class="description">{{ selectedPlan?.quota }}</p>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user