소스 검색

修改最多显示的课程数量为20

yindan 2 년 전
부모
커밋
06b2e140fd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/eduDetail/components/edu-plan/edu-plan.js

+ 1 - 1
pages/eduDetail/components/edu-plan/edu-plan.js

@@ -55,7 +55,7 @@ Component({
             },
         ],
         showCollapseButton: false,
-        showMaxNum: 10,
+        showMaxNum: 20,
         expandAll: {
             [SEARCH_TAB_MAP.ALL]: false,
             [SEARCH_TAB_MAP.FINISHED]: false,