|
|
|
@ -375,15 +375,19 @@ class CompetitionContentspdfpeopledata extends Component {
|
|
|
|
|
const {updating, seconds, secondsFlag,userdata, basicInfo, phonebool, emailbool, certification, formationdata, bank_account_editable, leader, bank_account} = this.state
|
|
|
|
|
return (
|
|
|
|
|
<div className="flexdidirectionss mt17">
|
|
|
|
|
{this.state.certification === 1 ?
|
|
|
|
|
{this.state.certification === 1 &&userdata?
|
|
|
|
|
|
|
|
|
|
<RealNameCertificationModal {...this.props} {...this.state} basicInfo={userdata}
|
|
|
|
|
wrappedComponentRef={(form) => this.realNameCertificationModal1 = form}
|
|
|
|
|
certification={certification}
|
|
|
|
|
Getdata={() => this.getdata()}
|
|
|
|
|
onCancel={() => this.onCancel()}
|
|
|
|
|
></RealNameCertificationModal> : ""}
|
|
|
|
|
></RealNameCertificationModal>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
: ""}
|
|
|
|
|
|
|
|
|
|
{this.state.certification === 2 ?
|
|
|
|
|
{this.state.certification === 2 &&userdata ?
|
|
|
|
|
<RealNameCertificationModal {...this.props} {...this.state} basicInfo={userdata}
|
|
|
|
|
wrappedComponentRef={(form) => this.realNameCertificationModal2 = form}
|
|
|
|
|
certification={certification}
|
|
|
|
@ -498,7 +502,7 @@ class CompetitionContentspdfpeopledata extends Component {
|
|
|
|
|
</div>
|
|
|
|
|
{/*手机号绑定*/}
|
|
|
|
|
{
|
|
|
|
|
phonebool === true ?
|
|
|
|
|
phonebool === true &&userdata ?
|
|
|
|
|
<Phonenumberverifications {...this.props} {...this.state} basicInfo={userdata}
|
|
|
|
|
hideUpdating={(i) => this.hideUpdating(i)}
|
|
|
|
|
getdata={() => this.getdata()}></Phonenumberverifications>
|
|
|
|
@ -514,9 +518,13 @@ class CompetitionContentspdfpeopledata extends Component {
|
|
|
|
|
</div>
|
|
|
|
|
{
|
|
|
|
|
emailbool === false ? "" :
|
|
|
|
|
<Mailboxvalidations {...this.props} {...this.state} basicInfo={userdata}
|
|
|
|
|
hideUpdating={(i) => this.hideUpdating(i)}
|
|
|
|
|
getdata={() => this.getdata()}></Mailboxvalidations>
|
|
|
|
|
(
|
|
|
|
|
userdata?
|
|
|
|
|
<Mailboxvalidations {...this.props} {...this.state} basicInfo={userdata}
|
|
|
|
|
hideUpdating={(i) => this.hideUpdating(i)}
|
|
|
|
|
getdata={() => this.getdata()}></Mailboxvalidations>
|
|
|
|
|
:""
|
|
|
|
|
)
|
|
|
|
|
}
|
|
|
|
|
{
|
|
|
|
|
leader === true ?
|
|
|
|
|