捐款记录页面-使得长屏幕也能实现触底加载
This commit is contained in:
parent
058946116e
commit
2d4785a471
|
|
@ -69,7 +69,8 @@
|
||||||
{
|
{
|
||||||
"path": "pages/institutionalStructure/donationRecord",
|
"path": "pages/institutionalStructure/donationRecord",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationStyle": "custom"
|
"navigationStyle": "custom",
|
||||||
|
"onReachBottomDistance": 200
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ export const dataManagerMixin = {
|
||||||
loading: false,
|
loading: false,
|
||||||
// 分页参数
|
// 分页参数
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
pageSize: 8,
|
pageSize: 20,
|
||||||
hasMore: true,
|
hasMore: true,
|
||||||
// 总数据量
|
// 总数据量
|
||||||
total: 0,
|
total: 0,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user