diff --git a/src/views/ebiz/cardList/Pay.vue b/src/views/ebiz/cardList/Pay.vue index 935585797..7dc79bb67 100644 --- a/src/views/ebiz/cardList/Pay.vue +++ b/src/views/ebiz/cardList/Pay.vue @@ -226,15 +226,15 @@ export default { document.body.style.backgroundColor = '' next() }, - // destroyed() { - // setTimeout(() => { - // // eslint-disable-next-line no-undef - // EWebBridge.webCallAppInJs('webview_left_button', { - // intercept: '1' //是否拦截原生返回事件 1是 其他否 - // }) - // window.appCallBack = this.appCallBack - // }, 100) - // }, + destroyed() { + setTimeout(() => { + // eslint-disable-next-line no-undef + EWebBridge.webCallAppInJs('webview_left_button', { + intercept: '0' //是否拦截原生返回事件 1是 其他否 + }) + // window.appCallBack = this.appCallBack + }, 100) + }, methods: { appCallBack(data) { if (data.trigger == 'left_button_click') {