courseware
杨树林 5 years ago
parent 5be00cce9e
commit 8c02ea6d5f

@ -458,8 +458,20 @@ class Videostatisticscomtwo extends Component {
mytitle=this.props&&this.props.mytitle; mytitle=this.props&&this.props.mytitle;
}else{ }else{
if(this.state.data){
if(this.state.data.length>0){
try {
if(this.state.data[0].title){
mytitle=this.state.data[0].title; mytitle=this.state.data[0].title;
} }
}catch (e) {
}
}
}
}
return ( return (
<React.Fragment> <React.Fragment>

Loading…
Cancel
Save