diff --git a/src/views/ebiz/cardList/Pay.vue b/src/views/ebiz/cardList/Pay.vue index 194e3fdcb..5145364a1 100644 --- a/src/views/ebiz/cardList/Pay.vue +++ b/src/views/ebiz/cardList/Pay.vue @@ -229,9 +229,10 @@ export default { destroyed() { setTimeout(() => { // eslint-disable-next-line no-undef - EWebBridge.webCallAppInJs('webview_left_button', { - intercept: '0' //是否拦截原生返回事件 1是 其他否 - }) + // EWebBridge.webCallAppInJs('webview_left_button', { + // intercept: '0' //是否拦截原生返回事件 1是 其他否 + // }) + window.appCallBack = this.appCallBack }, 100) }, methods: {