[FIX]电投优化-投保人页面左上角的×按钮

This commit is contained in:
yuweiqi
2020-03-20 20:24:44 +08:00
parent 9109abbc0c
commit 0a3a4685a5

View File

@@ -686,7 +686,7 @@ export default {
mounted() {
setTimeout(() => {
EWebBridge.webCallAppInJs('webview_left_button', {
img: this.$assetsUrl + 'images/del-close@3x.png',
img: this.$assetsUrl + 'images/common_icon_close_black.png',
intercept: '1' //是否拦截原生返回事件 1是 其他否
})
}, 100)