Commit 78f6e040 by kyle

解决点开视频重新开始播放的问题

parent 50d0971b
......@@ -408,11 +408,14 @@
fileId: this.fileId,
packFileId: this.courseInfo.packFileId
}
this.$nextTick(()=>{
api.findVideoPlayback(param).then(res => {
if (res['success']) {
this.videoPlaybackInfo = res['data']
}
})
})
},
loadedmetadata(e) {
this.totalTime = e.detail.duration;
......
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