Tang 2 년 전
부모
커밋
19fd775771
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/person-center/my-course/index.vue

+ 1 - 1
src/pages/person-center/my-course/index.vue

@@ -1159,7 +1159,7 @@ export default {
           this.courseList = res.rows;
           this.total = res.total;
           //判断是否有商品可以预约考试
-          this.getGoodsApply(res.rows);
+          // this.getGoodsApply(res.rows);
         })
         .finally(() => {
           this.loading = false;