Commit 5c957c35 authored by 前端-许佳敏's avatar 前端-许佳敏

fix:注册页写死

parent c88c0b06
......@@ -86,7 +86,7 @@ let timeChange: any; // 定时器
const actions = createFormActions()
const UserRegistry = () => {
const [current, setCurrent] = useState(1)
const [current, setCurrent] = useState(0)
const [subStep, setSubStep] = useState(false)
const [submitLoading, setSubmitLoading] = useState(false)
const [agreementList, setAgreementList] = useState([])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment