浏览代码

修改最多显示的课程数量为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,