diff --git a/pages.json b/pages.json index 8b0da31..8fcba82 100644 --- a/pages.json +++ b/pages.json @@ -69,7 +69,8 @@ { "path": "pages/institutionalStructure/donationRecord", "style": { - "navigationStyle": "custom" + "navigationStyle": "custom", + "onReachBottomDistance": 200 } }, { diff --git a/pages/institutionalStructure/mixins/data-manager.js b/pages/institutionalStructure/mixins/data-manager.js index a5c65b0..311a0a5 100644 --- a/pages/institutionalStructure/mixins/data-manager.js +++ b/pages/institutionalStructure/mixins/data-manager.js @@ -12,7 +12,7 @@ export const dataManagerMixin = { loading: false, // 分页参数 pageNum: 1, - pageSize: 8, + pageSize: 20, hasMore: true, // 总数据量 total: 0,