|
|
|
@ -240,7 +240,7 @@ class VideoIndex extends Component{
|
|
|
|
|
const { coursesId , videoId }=this.props.match.params;
|
|
|
|
|
|
|
|
|
|
const {course_identity} = this.props.coursedata;
|
|
|
|
|
const flag = parseInt(course_identity) < 4;
|
|
|
|
|
const flag = parseInt(course_identity) < 5;
|
|
|
|
|
const newOperation = flag;
|
|
|
|
|
const new_upload = flag && (is_teacher && this.props.checkIfProfessionalCertification());
|
|
|
|
|
return(
|
|
|
|
|