This commit is contained in:
zhangsir
2024-08-15 19:40:07 +08:00
parent 5e0c284a44
commit a03ec48c8d
6 changed files with 4 additions and 4 deletions

View File

@@ -1569,7 +1569,7 @@
}
},
onPlayerPlaying(e){
if(e.detail.currentTime > 2 && this.trueFalse){
if(e.detail.currentTime > 2 && this.trueFalse && this.curContent.status < 9){
let params ={
studyId: this.studyId,//学习id,
courseId: this.courseId,//课程id,