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

Merge branch 'dev' into test

parents d77e70a8 5c957c35
...@@ -86,7 +86,7 @@ let timeChange: any; // 定时器 ...@@ -86,7 +86,7 @@ let timeChange: any; // 定时器
const actions = createFormActions() const actions = createFormActions()
const UserRegistry = () => { const UserRegistry = () => {
const [current, setCurrent] = useState(1) const [current, setCurrent] = useState(0)
const [subStep, setSubStep] = useState(false) const [subStep, setSubStep] = useState(false)
const [submitLoading, setSubmitLoading] = useState(false) const [submitLoading, setSubmitLoading] = useState(false)
const [agreementList, setAgreementList] = useState([]) 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