mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-20 15:26:45 +08:00
测试拦截原生按钮
This commit is contained in:
@@ -245,13 +245,16 @@ export default {
|
||||
this.getQuestionDetail()
|
||||
},
|
||||
mounted() {
|
||||
window.EWebBridge.webCallAppInJs('webview_right_button', {
|
||||
btns: [
|
||||
{
|
||||
img: this.$assetsUrl + 'images/share@3x.png'
|
||||
}
|
||||
]
|
||||
})
|
||||
setTimeout(() => {
|
||||
// 右上角的显示
|
||||
window.EWebBridge.webCallAppInJs('webview_right_button', {
|
||||
btns: [
|
||||
{
|
||||
img: this.$assetsUrl + 'images/share@3x.png'
|
||||
}
|
||||
]
|
||||
})
|
||||
}, 1000)
|
||||
window['appCallBack'] = this.appCallBack
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user