@@ -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();