复制代码{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"bounce": "none", //关闭窗口回弹效果
"softinputNavBar": "none" //去掉iOS端软键盘上方的横条
}
}
},
复制代码onLoad() {
this.$scope.$getAppWebview().setStyle({
softinputNavBar: 'none'
})
},