From 4dd34f1d36dde51c5c1e77ea1d7dabb85ef92c4f Mon Sep 17 00:00:00 2001 From: yuweiqi Date: Sun, 26 Apr 2020 16:42:06 +0800 Subject: [PATCH] =?UTF-8?q?[FIX]=E3=80=90=E5=8D=A1=E5=8D=95=E3=80=91?= =?UTF-8?q?=E6=94=AF=E4=BB=98=E9=A1=B5-=E9=94=80=E6=AF=81=E6=97=B6?= =?UTF-8?q?=E6=8B=A6=E6=88=AA=E5=8E=9F=E7=94=9F=E8=BF=94=E5=9B=9E=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6=EF=BC=8C=E8=BF=9B=E8=A1=8C=E5=9B=9E=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/cardList/Pay.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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: {