소스 검색

course-detail

chenxiong 3 년 전
부모
커밋
a1b902f1a5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();
       });