dev_auth
杨树明 5 years ago
parent 2351c90862
commit 78a6a777cf

@ -15,11 +15,11 @@ class CompetitionContentspdfdownload extends Component{
componentDidMount(){ componentDidMount(){
window.document.title = '竞赛'; window.document.title = '竞赛';
console.log(this.props.match.params.identifier)
} }
render() { render() {
console.log(this.props)
return ( return (

@ -14,11 +14,11 @@ class CompetitionContentspdfpeopledata extends Component{
componentDidMount(){ componentDidMount(){
window.document.title = '竞赛'; window.document.title = '竞赛';
console.log(this.props.match.params.identifier)
} }
render() { render() {
console.log(this.props)
return ( return (
<div> <div>

Loading…
Cancel
Save