|
|
|
@ -17,6 +17,15 @@ class CompetitionContentspdf extends Component{
|
|
|
|
|
|
|
|
|
|
componentDidMount(){
|
|
|
|
|
window.document.title = '竞赛';
|
|
|
|
|
let query=this.props.location&&this.props.location.search;
|
|
|
|
|
const types = query.split('user_id=')
|
|
|
|
|
let userid;
|
|
|
|
|
if(types[1]===undefined){
|
|
|
|
|
}else{
|
|
|
|
|
this.setState({
|
|
|
|
|
Tabskey:"2"
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -54,4 +63,4 @@ class CompetitionContentspdf extends Component{
|
|
|
|
|
)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
export default CompetitionContentspdf;
|
|
|
|
|
export default CompetitionContentspdf;
|
|
|
|
|