捐款记录页面-使得长屏幕也能实现触底加载

This commit is contained in:
WindowBird 2025-09-19 10:15:10 +08:00
parent 058946116e
commit 2d4785a471
2 changed files with 3 additions and 2 deletions

View File

@ -69,7 +69,8 @@
{
"path": "pages/institutionalStructure/donationRecord",
"style": {
"navigationStyle": "custom"
"navigationStyle": "custom",
"onReachBottomDistance": 200
}
},
{

View File

@ -12,7 +12,7 @@ export const dataManagerMixin = {
loading: false,
// 分页参数
pageNum: 1,
pageSize: 8,
pageSize: 20,
hasMore: true,
// 总数据量
total: 0,