mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-14 05:16:43 +08:00
Merge branch 'zcwyTeacher' into 'master'
Zcwy teacher See merge request !83
This commit is contained in:
@@ -551,7 +551,6 @@ export default {
|
||||
},
|
||||
currentProgress: function () {
|
||||
// 进度条到终点时修改播放状态
|
||||
//console.log('播放中', this.videoDom.currentTime)
|
||||
this.$emit('onPlayerPlaying', this.videoDom.currentTime,this.videoDom.duration)
|
||||
if (this.currentProgress === 1) {
|
||||
this.isPlaying = false;
|
||||
|
||||
Reference in New Issue
Block a user