feat: topUp show correct symbol

This commit is contained in:
feitianbubu
2025-10-27 17:44:51 +08:00
parent 6791eb72ba
commit 45ebcd4f11

View File

@@ -447,7 +447,7 @@ const RechargeCard = ({
style={{ margin: '0 0 8px 0' }}
>
<Coins size={18} />
{formatLargeNumber(preset.value)} $
{formatLargeNumber(displayValue)} {symbol}
{hasDiscount && (
<Tag style={{ marginLeft: 4 }} color='green'>
{t('折').includes('off')