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