Commit 88415c3c by zhanghaozhe

绑定手机号添加标题

parent 1fcb75a2
......@@ -6,6 +6,7 @@ import { compose } from "redux";
import { connect } from "react-redux";
import { setCurrentUser } from "@/store/userAction";
import Captcha from '@/common/Captcha'
import {HeaderBar} from '@/common'
import ClearableInput from '@common/ClearableInput'
......@@ -44,6 +45,8 @@ class BindingTel extends Component {
errors
} = this.props
return (
<>
<HeaderBar title={'绑定手机号'} arrow={true}/>
<div className={'binding-tel'}>
<p className={'title'}>为提高您的账号安全,请绑定手机号</p>
<Form>
......@@ -88,6 +91,7 @@ class BindingTel extends Component {
<Button className={'complete-btn'} active={values.tel && values.veriCode && isEmpty(errors)}>完成</Button>
</Form>
</div>
</>
);
}
}
......
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