|
@@ -80,7 +80,7 @@ const TopUp = () => {
|
|
|
<Grid.Column>
|
|
<Grid.Column>
|
|
|
<Statistic.Group widths='one'>
|
|
<Statistic.Group widths='one'>
|
|
|
<Statistic>
|
|
<Statistic>
|
|
|
- <Statistic.Value>{userQuota}</Statistic.Value>
|
|
|
|
|
|
|
+ <Statistic.Value>{userQuota.toLocaleString()}</Statistic.Value>
|
|
|
<Statistic.Label>剩余额度</Statistic.Label>
|
|
<Statistic.Label>剩余额度</Statistic.Label>
|
|
|
</Statistic>
|
|
</Statistic>
|
|
|
</Statistic.Group>
|
|
</Statistic.Group>
|