修改
This commit is contained in:
parent
40d88dbc4d
commit
a49e1186c8
@ -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": "签约协议",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user