Преглед изворни кода

bugfix 新增588状态处理

谢杰标 пре 2 година
родитељ
комит
fef0c78d16
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      pages3/polyv/detail.vue

+ 3 - 3
pages3/polyv/detail.vue

@@ -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("中断执行");