fix
parent
be2c273f4a
commit
5cd34d1f6d
|
|
@ -59,6 +59,7 @@ function Register(props) {
|
||||||
account: values.account,
|
account: values.account,
|
||||||
phone: values.phone,
|
phone: values.phone,
|
||||||
password: values.password,
|
password: values.password,
|
||||||
|
verificationCode: values.verifyCode,
|
||||||
type: 1,
|
type: 1,
|
||||||
};
|
};
|
||||||
const res = await registerAction(payload);
|
const res = await registerAction(payload);
|
||||||
|
|
|
||||||
|
|
@ -104,7 +104,7 @@ const RegisterMore = (props) => {
|
||||||
marginBottom: "20px",
|
marginBottom: "20px",
|
||||||
}}
|
}}
|
||||||
current={current}
|
current={current}
|
||||||
onChange={setCurrent}
|
//onChange={setCurrent}
|
||||||
items={[
|
items={[
|
||||||
{
|
{
|
||||||
title: "填写信息",
|
title: "填写信息",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue