瀏覽代碼

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