diff --git a/src/views/ebiz/sale/InsuredInfo.vue b/src/views/ebiz/sale/InsuredInfo.vue index c90b60a0d..e64798959 100644 --- a/src/views/ebiz/sale/InsuredInfo.vue +++ b/src/views/ebiz/sale/InsuredInfo.vue @@ -518,8 +518,9 @@ export default { }, mounted() { setTimeout(() => { + // eslint-disable-next-line no-undef EWebBridge.webCallAppInJs('webview_left_button', { - img: this.$assetsUrl + 'images/del-close@3x.png', + // img: this.$assetsUrl + 'images/del-close@3x.png', intercept: '1' //是否拦截原生返回事件 1是 其他否 }) }, 100) diff --git a/src/views/ebiz/sale/SignatureConfirmation.vue b/src/views/ebiz/sale/SignatureConfirmation.vue index 2e6289030..f124e386d 100644 --- a/src/views/ebiz/sale/SignatureConfirmation.vue +++ b/src/views/ebiz/sale/SignatureConfirmation.vue @@ -890,7 +890,7 @@ export default { setTimeout(() => { // eslint-disable-next-line no-undef EWebBridge.webCallAppInJs('webview_left_button', { - img: this.$assetsUrl + 'images/del-close@3x.png', + // img: this.$assetsUrl + 'images/del-close@3x.png', intercept: '1' //是否拦截原生返回事件 1是 其他否 }) }, 100)