fix: 新手教程修改地址,注册表单修改form传值

This commit is contained in:
2025-09-01 05:16:23 -07:00
parent 36bbcbc4f9
commit 2862629516
12 changed files with 82 additions and 46 deletions
+1
View File
@@ -121,6 +121,7 @@ export default function LoginForm({
{mode === 'code' && (
<SendCode
type='phone'
form={form}
params={{
...form.getValues(),
type: 2,
@@ -173,6 +173,7 @@ export default function RegisterForm({
<SendCode
type='phone'
form={form}
params={{
...form.getValues(),
type: 1,
+1
View File
@@ -121,6 +121,7 @@ export default function ResetForm({
/>
<SendCode
type='phone'
form={form}
params={{
...form.getValues(),
type: 2,