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