From 5c81998e99f055ee7896bbe9d5bb2380ae079aec Mon Sep 17 00:00:00 2001 From: caicai8 <1149225589@qq.com> Date: Tue, 10 Mar 2020 00:39:27 +0800 Subject: [PATCH] operation --- public/react/src/modules/courses/Video/VideoIndex.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/react/src/modules/courses/Video/VideoIndex.js b/public/react/src/modules/courses/Video/VideoIndex.js index 15372e2cc..ff1129666 100644 --- a/public/react/src/modules/courses/Video/VideoIndex.js +++ b/public/react/src/modules/courses/Video/VideoIndex.js @@ -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(