chenxiong před 3 roky
rodič
revize
a1b902f1a5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/pages/course-detail/index.vue

+ 1 - 1
src/pages/course-detail/index.vue

@@ -1794,7 +1794,7 @@ export default {
       this.param.gradeId = this.gradeId;
       this.$request.courseCourseList(this.param).then((res) => {
         this.courseList.push(...res.rows);
-        this.courseId = this.courseList[1].courseId;
+        this.courseId = this.courseList[0].courseId;
         this.param.total = res.total;
         this.courseChange();
       });