Преглед на файлове

feat: topUp show correct symbol

feitianbubu преди 4 месеца
родител
ревизия
45ebcd4f11
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      web/src/components/topup/RechargeCard.jsx

+ 1 - 1
web/src/components/topup/RechargeCard.jsx

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