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", "path": "Behaviorpoints/Behaviorpoints",
"style": { "style": {
"navigationBarTitleText": "行为积分", "navigationBarTitleText": "行为积分",
"enablePullDownRefresh": false "onReachBottomDistance": 40, // px
"enablePullDownRefresh": true //true
} }
}, },
{ {
@ -69,7 +70,6 @@
"style": { "style": {
"navigationBarTitleText": "预约详情", "navigationBarTitleText": "预约详情",
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
// "navigationStyle": "default",
"navigationBarBackgroundColor": "#4ac4ab" "navigationBarBackgroundColor": "#4ac4ab"
} }
}, },
@ -359,7 +359,8 @@
"path": "PointsMall/PointsMall", "path": "PointsMall/PointsMall",
"style": { "style": {
"navigationBarTitleText": "积分商城", "navigationBarTitleText": "积分商城",
"enablePullDownRefresh": false "onReachBottomDistance": 40, // px
"enablePullDownRefresh": true //true
} }
}, { }, {
"path": "screeningResult/screeningResult", "path": "screeningResult/screeningResult",
@ -502,7 +503,7 @@
"navigationBarTitleText": "", "navigationBarTitleText": "",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
},{ }, {
"path": "contractsigningprotocol/contractsigningprotocol", "path": "contractsigningprotocol/contractsigningprotocol",
"style": { "style": {
"navigationBarTitleText": "签约协议", "navigationBarTitleText": "签约协议",
@ -550,4 +551,4 @@
} }
] ]
} }
} }