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