{{i+1}}. {{ ele.contentName.slice(0, 15)+(ele.contentName.length > 15 ? '...' : '') }}
{{i+1}}. {{ ele.contentName }}
学习中
![]()
@@ -858,7 +858,7 @@
}
this.changePlayRes(r,item);
console.log('r, i, index,item::',r, i, index,item)
- this.videoIndex = i
+ this.videoIndex = i
this.blobId = r.id
},
loadScorePraiseAndTrample() {
@@ -1157,7 +1157,7 @@
postData.progressVideo = arr[this.blobId]
postData.contentId = this.contentList[this.videoIndex].id
postData.courseId = this.contentList[this.videoIndex].courseId
- }
+ }
}
apiStudy.studyVideoTime(postData).then(rs => {
if (rs.status != 200) {
@@ -1504,7 +1504,7 @@
}
});
},
- progress(val) {
+ progress(val) {
const progressValue = parseFloat(val) * 100;
this.sendEventProgress = Number(progressValue.toFixed(2));
},