|
|
|
@ -104,16 +104,17 @@ class AccountPage extends Component {
|
|
|
|
|
<AccountNav {...this.props} {...common}></AccountNav>
|
|
|
|
|
<div className="basicFormWrap">
|
|
|
|
|
<Switch {...this.props}>
|
|
|
|
|
<Route path="/account/profile/edit"
|
|
|
|
|
render={
|
|
|
|
|
(props) => (<AccountBasicEdit {...this.props} {...props} {...this.state} {...common} />)
|
|
|
|
|
}
|
|
|
|
|
></Route>
|
|
|
|
|
|
|
|
|
|
<Route path="/account/profile"
|
|
|
|
|
render={
|
|
|
|
|
(props) => (<AccountBasic {...this.props} {...props} {...this.state} {...common} />)
|
|
|
|
|
}
|
|
|
|
|
></Route>
|
|
|
|
|
<Route path="/account/profile/edit"
|
|
|
|
|
render={
|
|
|
|
|
(props) => (<AccountBasicEdit {...this.props} {...props} {...this.state} {...common} />)
|
|
|
|
|
}
|
|
|
|
|
></Route>
|
|
|
|
|
|
|
|
|
|
<Route path="/account/certification"
|
|
|
|
|
render={
|
|
|
|
|