Merge pull request #2111 from feitianbubu/pr/top-up-show-correct-symbol

feat: topUp show correct symbol
This commit is contained in:
Seefs
2025-10-28 18:31:32 +09:00
committed by GitHub

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')