This commit is contained in:
2023-10-16 10:08:27 +08:00
parent 40d88dbc4d
commit a49e1186c8

View File

@ -61,7 +61,8 @@
"path": "Behaviorpoints/Behaviorpoints",
"style": {
"navigationBarTitleText": "行为积分",
"enablePullDownRefresh": false
"onReachBottomDistance": 40, // px
"enablePullDownRefresh": true //true
}
},
{
@ -69,7 +70,6 @@
"style": {
"navigationBarTitleText": "预约详情",
"enablePullDownRefresh": false,
// "navigationStyle": "default",
"navigationBarBackgroundColor": "#4ac4ab"
}
},
@ -359,7 +359,8 @@
"path": "PointsMall/PointsMall",
"style": {
"navigationBarTitleText": "积分商城",
"enablePullDownRefresh": false
"onReachBottomDistance": 40, // px
"enablePullDownRefresh": true //true
}
}, {
"path": "screeningResult/screeningResult",