{
"path": "pages/h5WebView/h5WebView",
"style": {
"navigationBarTitleText": "中交车旺",
"enablePullDownRefresh": false,
"disableSwipeBack": true,
"app-plus": {
"popGesture": "none",
"background": "#FFFFFF",
"titleNView": {
"buttons": [{
"float": "left",
"type": "close"
}, {
"float": "right",
"type": "share",
"width": "0px"
}]
},
"bounce": "none"
}
}
}
// 页面中调用
currentWebview = this.$scope.$getAppWebview();
currentWebview.setTitleNViewButtonStyle(1, {
width: '44px',
onclick: () => {
console.log("点击了分享按钮")
wv.evalJS("shareDetails()")
}
});
c***@outlook.com (作者)
好的
2023-07-05 15:33