diff --git a/public/react/src/modules/competitions/Competitioncommon/CompetitionCommonChild/CompetitionContentspdfChild/CompetitionContentspdfpeopledata.js b/public/react/src/modules/competitions/Competitioncommon/CompetitionCommonChild/CompetitionContentspdfChild/CompetitionContentspdfpeopledata.js index 599b225ea..1d772e0f3 100644 --- a/public/react/src/modules/competitions/Competitioncommon/CompetitionCommonChild/CompetitionContentspdfChild/CompetitionContentspdfpeopledata.js +++ b/public/react/src/modules/competitions/Competitioncommon/CompetitionCommonChild/CompetitionContentspdfChild/CompetitionContentspdfpeopledata.js @@ -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 (
- {this.state.certification === 1 ? + {this.state.certification === 1 &&userdata? + this.realNameCertificationModal1 = form} certification={certification} Getdata={() => this.getdata()} onCancel={() => this.onCancel()} - > : ""} + > + + + : ""} - {this.state.certification === 2 ? + {this.state.certification === 2 &&userdata ? this.realNameCertificationModal2 = form} certification={certification} @@ -498,7 +502,7 @@ class CompetitionContentspdfpeopledata extends Component {
{/*手机号绑定*/} { - phonebool === true ? + phonebool === true &&userdata ? this.hideUpdating(i)} getdata={() => this.getdata()}> @@ -514,9 +518,13 @@ class CompetitionContentspdfpeopledata extends Component { { emailbool === false ? "" : - this.hideUpdating(i)} - getdata={() => this.getdata()}> + ( + userdata? + this.hideUpdating(i)} + getdata={() => this.getdata()}> + :"" + ) } { leader === true ?