Merge remote-tracking branch 'origin/develop' into develop

dev_home
杨树明 5 years ago
commit f3772bd0a3

@ -376,7 +376,7 @@ class CompetitionContentspdfpeopledata extends Component {
return ( return (
<div className="flexdidirectionss mt17"> <div className="flexdidirectionss mt17">
{this.state.certification === 1 ? {this.state.certification === 1 ?
<RealNameCertificationModal {...this.props} {...this.state} basicInfo={this.state.basicInfo} <RealNameCertificationModal {...this.props} {...this.state} basicInfo={userdata}
wrappedComponentRef={(form) => this.realNameCertificationModal1 = form} wrappedComponentRef={(form) => this.realNameCertificationModal1 = form}
certification={certification} certification={certification}
Getdata={() => this.getdata()} Getdata={() => this.getdata()}
@ -384,7 +384,7 @@ class CompetitionContentspdfpeopledata extends Component {
></RealNameCertificationModal> : ""} ></RealNameCertificationModal> : ""}
{this.state.certification === 2 ? {this.state.certification === 2 ?
<RealNameCertificationModal {...this.props} {...this.state} basicInfo={this.state.basicInfo} <RealNameCertificationModal {...this.props} {...this.state} basicInfo={userdata}
wrappedComponentRef={(form) => this.realNameCertificationModal2 = form} wrappedComponentRef={(form) => this.realNameCertificationModal2 = form}
certification={certification} certification={certification}
Getdata={() => this.getdata()} Getdata={() => this.getdata()}
@ -499,7 +499,7 @@ class CompetitionContentspdfpeopledata extends Component {
{/*手机号绑定*/} {/*手机号绑定*/}
{ {
phonebool === true ? phonebool === true ?
<Phonenumberverifications {...this.props} {...this.state} basicInfo={this.state.basicInfo} <Phonenumberverifications {...this.props} {...this.state} basicInfo={userdata}
hideUpdating={(i) => this.hideUpdating(i)} hideUpdating={(i) => this.hideUpdating(i)}
getdata={() => this.getdata()}></Phonenumberverifications> getdata={() => this.getdata()}></Phonenumberverifications>
: "" : ""
@ -514,7 +514,7 @@ class CompetitionContentspdfpeopledata extends Component {
</div> </div>
{ {
emailbool === false ? "" : emailbool === false ? "" :
<Mailboxvalidations {...this.props} {...this.state} basicInfo={this.state.basicInfo} <Mailboxvalidations {...this.props} {...this.state} basicInfo={userdata}
hideUpdating={(i) => this.hideUpdating(i)} hideUpdating={(i) => this.hideUpdating(i)}
getdata={() => this.getdata()}></Mailboxvalidations> getdata={() => this.getdata()}></Mailboxvalidations>
} }

Loading…
Cancel
Save