feat: 钱包兼容非货币形式显示额度

This commit is contained in:
CaIon
2024-04-04 18:18:18 +08:00
parent 660b9b3c99
commit bc9cfa5da0
4 changed files with 73 additions and 33 deletions

View File

@@ -362,7 +362,7 @@ const SystemSetting = () => {
onChange={handleInputChange}
/>
<Form.Input
label='最低充值数量'
label='最低充值美元数量(以美金为单位,如果使用额度请自行换算!)'
placeholder='例如2就是最低充值2$'
value={inputs.MinTopUp}
name='MinTopUp'