谢杰标 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();
           }