|
|
|
@ -180,6 +180,7 @@ class VideoIndex extends Component{
|
|
|
|
|
render(){
|
|
|
|
|
const { videos , upload , videoData , type , liveData , lives , page , liveVisible , isSpining , liveId } = this.state;
|
|
|
|
|
const { admin , is_teacher , business } = this.props.user;
|
|
|
|
|
// console.log("p",this.props);
|
|
|
|
|
return(
|
|
|
|
|
<React.Fragment>
|
|
|
|
|
<LivesNew
|
|
|
|
|