谢杰标 2 年 前
コミット
0ca3795de1
1 ファイル変更3 行追加0 行削除
  1. 3 0
      pages3/polyv/detail.vue

+ 3 - 0
pages3/polyv/detail.vue

@@ -838,6 +838,9 @@ export default {
             if(!this.courseId){
                this.courseId = this.courseList[0].courseId
             }
+            if (res.data.total > 1) {
+              this.getUserWatchLast();
+            } 
             this.originOnShow();
             this.originMounted();
           }