From 2d4785a4714eefdb777fc5abafe3536ff890a72c Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Fri, 19 Sep 2025 10:15:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8D=90=E6=AC=BE=E8=AE=B0=E5=BD=95=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2-=E4=BD=BF=E5=BE=97=E9=95=BF=E5=B1=8F=E5=B9=95?= =?UTF-8?q?=E4=B9=9F=E8=83=BD=E5=AE=9E=E7=8E=B0=E8=A7=A6=E5=BA=95=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 3 ++- pages/institutionalStructure/mixins/data-manager.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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,