mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 19:06:43 +08:00
修改进度条文案
This commit is contained in:
@@ -512,6 +512,7 @@ export default {
|
|||||||
this.currentProgress = progressVideo;
|
this.currentProgress = progressVideo;
|
||||||
this.barrageTimelineStart = newCurrentTime;
|
this.barrageTimelineStart = newCurrentTime;
|
||||||
this.videoDom.currentTime = newCurrentTime;
|
this.videoDom.currentTime = newCurrentTime;
|
||||||
|
this.updateProgressText();
|
||||||
},
|
},
|
||||||
/* 提高视频音量
|
/* 提高视频音量
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -781,6 +781,8 @@
|
|||||||
|
|
||||||
this.$nextTick(function(){
|
this.$nextTick(function(){
|
||||||
if (r.contentType == 10) {
|
if (r.contentType == 10) {
|
||||||
|
console.log('视频处理lastStudyTime',this.contentData.lastStudyTime)
|
||||||
|
console.log('视频处理progressVideo',this.contentData.progressVideo)
|
||||||
this.$refs.myVideoPlayer.updateProgressByClickBar2(this.contentData.lastStudyTime,this.contentData.progressVideo);
|
this.$refs.myVideoPlayer.updateProgressByClickBar2(this.contentData.lastStudyTime,this.contentData.progressVideo);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user