Merge branch 'boe_0701_icon' into dev0515

This commit is contained in:
zhangsir
2024-07-03 15:46:13 +08:00

View File

@@ -1108,6 +1108,11 @@
onPlayerPlay() {
//console.log("开始播放");
if(this.contentData.contentType == 10){
if(this.contentData.status<2){
this.contentData.status = 2;
}
}
this.playerBoxShow = false;
let $this = this;
//这里有些不准备如果文件未能加载这个事件就是错误的
@@ -1523,12 +1528,6 @@
progress(val) {
const progressValue = parseFloat(val) * 100;
this.sendEventProgress = Number(progressValue.toFixed(2));
console.log('进度')
if(this.contentData.contentType == 10){
if(this.sendEventProgress>0&&this.contentData.status<2){
this.contentData.status = 2;
}
}
},
saveStudyDuration(duration) { //保存本地存储的学习时长
if (duration > 0) {