diff --git a/public/react/src/modules/competitions/Competitioncommon/CompetitionCommonChild/CompetitionContentspdf.js b/public/react/src/modules/competitions/Competitioncommon/CompetitionCommonChild/CompetitionContentspdf.js
index a379f2607..b41a3a837 100644
--- a/public/react/src/modules/competitions/Competitioncommon/CompetitionCommonChild/CompetitionContentspdf.js
+++ b/public/react/src/modules/competitions/Competitioncommon/CompetitionCommonChild/CompetitionContentspdf.js
@@ -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;
\ No newline at end of file
+export default CompetitionContentspdf;