完善页尾链接功能与样式 & 修复表单提交触发问题
This commit is contained in:
@@ -144,7 +144,7 @@ export default function RechargeModal(props: RechargeModelProps) {
|
||||
{!trade ? (
|
||||
<>
|
||||
<DialogTitle className="flex flex-col gap-2">充值中心</DialogTitle>
|
||||
<Form form={form} onSubmit={createRecharge} className="flex flex-col gap-8">
|
||||
<Form form={form} handler={form.handleSubmit(createRecharge)} className="flex flex-col gap-8">
|
||||
{/* 充值额度 */}
|
||||
<FormField<Schema> name="amount" label="充值额度" className="flex flex-col gap-4">
|
||||
{({id, field}) => (
|
||||
|
||||
Reference in New Issue
Block a user