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