|
|
|
@ -35,17 +35,17 @@ class CompetitionContentspdf extends Component{
|
|
|
|
|
<div className={"mb100 "}>
|
|
|
|
|
<Tabs defaultActiveKey="1" onChange={(e) => this.Competitioncallback(e)} activeKey={this.state.Tabskey}>
|
|
|
|
|
<TabPane tab="获奖证书下载" key="1" >
|
|
|
|
|
<CompetitionContentspdfdownload
|
|
|
|
|
{this.state.Tabskey==="1"?<CompetitionContentspdfdownload
|
|
|
|
|
{...this.props}
|
|
|
|
|
{...this.state}
|
|
|
|
|
Competitioncallback={(e)=>this.Competitioncallback(e)}
|
|
|
|
|
/>
|
|
|
|
|
/>:""}
|
|
|
|
|
</TabPane>
|
|
|
|
|
<TabPane tab="完善个人信息" key="2">
|
|
|
|
|
<CompetitionContentspdfpeopledata
|
|
|
|
|
{this.state.Tabskey==="2"?<CompetitionContentspdfpeopledata
|
|
|
|
|
{...this.props}
|
|
|
|
|
{...this.state}
|
|
|
|
|
/>
|
|
|
|
|
/>:""}
|
|
|
|
|
</TabPane>
|
|
|
|
|
</Tabs>
|
|
|
|
|
</div>
|
|
|
|
|