fix: proxy_recharge 充值金额添加min=0.01前端校验,防止负数提交
This commit is contained in:
parent
4cf4d0f6b4
commit
febde765fa
@ -53,6 +53,7 @@
|
|||||||
"uitype": "float",
|
"uitype": "float",
|
||||||
"required": true,
|
"required": true,
|
||||||
"placeholder": "输入充值金额",
|
"placeholder": "输入充值金额",
|
||||||
|
"min": 0.01,
|
||||||
"cwidth": 20
|
"cwidth": 20
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user