mirror of
https://github.com/linux-do/new-api.git
synced 2025-11-10 08:03:41 +08:00
修改stat接口返回值
This commit is contained in:
@@ -184,7 +184,7 @@ const TopUp = () => {
|
||||
<Grid.Column>
|
||||
<Form>
|
||||
<Form.Input
|
||||
placeholder='充值金额,最低10,最高400'
|
||||
placeholder='充值金额,最低10,最高1000'
|
||||
name='redemptionCount'
|
||||
type={'number'}
|
||||
value={topUpCount}
|
||||
@@ -207,14 +207,14 @@ const TopUp = () => {
|
||||
onlineTopUp('zfb')
|
||||
}
|
||||
}>
|
||||
支付宝(最大400元)
|
||||
支付宝(最大2000元)
|
||||
</Button>
|
||||
<Button color='green' onClick={
|
||||
async () => {
|
||||
onlineTopUp('wx')
|
||||
}
|
||||
}>
|
||||
微信(最大600元)
|
||||
微信(最大2000元)
|
||||
</Button>
|
||||
</Form>
|
||||
</Grid.Column>
|
||||
|
||||
Reference in New Issue
Block a user