master
tangjie 2026-07-08 10:51:10 +08:00
parent be2c273f4a
commit 5cd34d1f6d
2 changed files with 2 additions and 1 deletions

View File

@ -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);

View File

@ -104,7 +104,7 @@ const RegisterMore = (props) => {
marginBottom: "20px", marginBottom: "20px",
}} }}
current={current} current={current}
onChange={setCurrent} //onChange={setCurrent}
items={[ items={[
{ {
title: "填写信息", title: "填写信息",