Commit 62a43797 by wangshuo

视频播放

parent 5eb35186
...@@ -441,7 +441,7 @@ class Video extends Component { ...@@ -441,7 +441,7 @@ class Video extends Component {
token: this.token, token: this.token,
platform: 5, platform: 5,
video_id: videoList[activeIndex]['id'], video_id: videoList[activeIndex]['id'],
course_id: this.courseID, course_id: this.state.courseId,
v_course_id: vCourseId, v_course_id: vCourseId,
}) })
} }
...@@ -473,7 +473,7 @@ class Video extends Component { ...@@ -473,7 +473,7 @@ class Video extends Component {
rate, rate,
time: sec, time: sec,
video_id: videoList[activeIndex]['id'], video_id: videoList[activeIndex]['id'],
course_id: this.courseID, course_id: this.state.courseId,
v_course_id: vCourseId, v_course_id: vCourseId,
uid: this.props.user.data.uid, uid: this.props.user.data.uid,
token: this.token, token: this.token,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment