|
|
|
@ -318,11 +318,13 @@ class CompetitionContentspdfpeopledata extends Component {
|
|
|
|
|
{this.state.certification === 1 ? <RealNameCertificationModal {...this.props} {...this.state}
|
|
|
|
|
wrappedComponentRef={(form) => this.realNameCertificationModal1 = form}
|
|
|
|
|
certification={certification}
|
|
|
|
|
Getdata={() => this.getdata()}
|
|
|
|
|
></RealNameCertificationModal> : ""}
|
|
|
|
|
|
|
|
|
|
{this.state.certification === 2 ? <RealNameCertificationModal {...this.props} {...this.state}
|
|
|
|
|
wrappedComponentRef={(form) => this.realNameCertificationModal2 = form}
|
|
|
|
|
certification={certification}
|
|
|
|
|
Getdata={() => this.getdata()}
|
|
|
|
|
></RealNameCertificationModal> : ""}
|
|
|
|
|
<div className="flexdirections ">
|
|
|
|
|
<p className="fontcolorsyslhei font-16 w98"><span className="fontcolorsysl font-16">*</span><span>实名信息</span>
|
|
|
|
|