Commit 561a4e8b authored by tyyin lan's avatar tyyin lan

chore: 礼包充值货币符号修改

parent 76bc84fb
...@@ -230,21 +230,21 @@ function handlePackageSwitch(packageKey: typeof currentSelectPackage.value, pric ...@@ -230,21 +230,21 @@ function handlePackageSwitch(packageKey: typeof currentSelectPackage.value, pric
</div> </div>
<div class="font-600 mt-[20px] text-[20px] text-[#482801]"> <div class="font-600 mt-[20px] text-[20px] text-[#482801]">
{{ packageItem.currentPrice }}<span class="text-[14px]"> CNY$/{{ t('equity_module.month') }}</span> {{ packageItem.currentPrice }}<span class="text-[14px]"> /{{ t('equity_module.month') }}</span>
</div> </div>
<div <div
v-show="currentSelectPackage === index" v-show="currentSelectPackage === index"
class="mt-[6px] text-center text-[14px] text-[#482801] line-through" class="mt-[6px] text-center text-[14px] text-[#482801] line-through"
> >
{{ packageItem.originalPrice }} CNY$ {{ packageItem.originalPrice }}
</div> </div>
<div <div
v-show="currentSelectPackage !== index" v-show="currentSelectPackage !== index"
class="absolute bottom-0 w-full bg-[#ffebd2] py-[6px] text-center text-[12px] text-[#9A5705]" class="absolute bottom-0 w-full bg-[#ffebd2] py-[6px] text-center text-[12px] text-[#9A5705]"
> >
{{ t('equity_module.discounted') }}{{ packageItem.discountedPrice }}CNY$ {{ t('equity_module.discounted') }}{{ packageItem.discountedPrice }}
</div> </div>
<div <div
...@@ -320,7 +320,7 @@ function handlePackageSwitch(packageKey: typeof currentSelectPackage.value, pric ...@@ -320,7 +320,7 @@ function handlePackageSwitch(packageKey: typeof currentSelectPackage.value, pric
<span class="font-600 text-[16px]"> <span class="font-600 text-[16px]">
{{ t('common_module.alipay') }} {{ t('equity_module.scan_code_payment') }} {{ t('common_module.alipay') }} {{ t('equity_module.scan_code_payment') }}
<span class="text-[24px] text-[#F25744]">{{ currentPayPrice }}</span <span class="text-[24px] text-[#F25744]">{{ currentPayPrice }}</span
>CNY$ >
</span> </span>
</template> </template>
<template v-else-if="currentPaymentMethod === 'wechatpay'"> <template v-else-if="currentPaymentMethod === 'wechatpay'">
...@@ -328,7 +328,7 @@ function handlePackageSwitch(packageKey: typeof currentSelectPackage.value, pric ...@@ -328,7 +328,7 @@ function handlePackageSwitch(packageKey: typeof currentSelectPackage.value, pric
<span class="font-600 text-[16px]"> <span class="font-600 text-[16px]">
{{ t('common_module.wechat') }} {{ t('equity_module.scan_code_payment') }} {{ t('common_module.wechat') }} {{ t('equity_module.scan_code_payment') }}
<span class="text-[24px] text-[#F25744]">{{ currentPayPrice }}</span <span class="text-[24px] text-[#F25744]">{{ currentPayPrice }}</span
>CNY$ >
</span> </span>
</template> </template>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment