|
@@ -1360,8 +1360,8 @@ export default {
|
|
|
let currentTime = this.refPlv.playCurrentTime();
|
|
|
let PlayDuration = this.refPlv.playVideoTime();
|
|
|
if (currentTime < 10 && !this.ossAvatarUrl) {
|
|
|
- console.log("不提交", currentTime);
|
|
|
- return;
|
|
|
+ if (status == 0) return;
|
|
|
+ currentTime = this.playTime;
|
|
|
}
|
|
|
let self = this;
|
|
|
let fromPlat = 1;
|
|
@@ -1421,7 +1421,7 @@ export default {
|
|
|
if (this.CountTo1 < 0) {
|
|
|
this.noticeShow1 = false;
|
|
|
clearInterval(timer);
|
|
|
- this.postStudyRecord(1);
|
|
|
+ this.postStudyRecord(1).then(this.nextSection);
|
|
|
}
|
|
|
}, 1000);
|
|
|
reject("中断执行");
|