Merge branch 'zcwyTeacher' into 'master'

Zcwy teacher

See merge request !83
This commit is contained in:
joshen
2023-11-10 17:19:51 +08:00
6 changed files with 121 additions and 46 deletions

View File

@@ -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;