修改stat接口返回值

This commit is contained in:
CaIon
2023-08-25 00:40:11 +08:00
parent 8f2119e410
commit 3b0f1ae978
5 changed files with 54 additions and 25 deletions

View File

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