谢杰标 il y a 2 ans
Parent
commit
0ca3795de1
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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();
           }