是用"disableScroll": true
属性控制,该属性默认为 false
设置为 true
则页面整体不能上下滚动(bounce效果),只在页面配置中有效,在 globalStyle
中设置无效。
{
"path": "pages/assess/signatureBoard",
"style": {
"navigationBarTitleText": "签字",
"disableScroll": true
}
},
是用"disableScroll": true
属性控制,该属性默认为 false
设置为 true
则页面整体不能上下滚动(bounce效果),只在页面配置中有效,在 globalStyle
中设置无效。
{
"path": "pages/assess/signatureBoard",
"style": {
"navigationBarTitleText": "签字",
"disableScroll": true
}
},