From 3fa963a9e3df86dcae5e19afd79356256ce14226 Mon Sep 17 00:00:00 2001 From: mengxiaolong Date: Wed, 9 Sep 2020 09:38:54 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=BB=B6=E6=97=B6=E6=8B=A6=E6=88=AA?= =?UTF-8?q?=E5=8E=9F=E7=94=9F=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/product-store/StoreDetail.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/views/ebiz/product-store/StoreDetail.vue b/src/views/ebiz/product-store/StoreDetail.vue index a62cfff7a..eac8eabb7 100644 --- a/src/views/ebiz/product-store/StoreDetail.vue +++ b/src/views/ebiz/product-store/StoreDetail.vue @@ -136,10 +136,12 @@ export default { await this.saveShareTrack({ id: this.shareId, mallId: this.mallId }) } this.getShopList({ id: this.mallId }) - // eslint-disable-next-line no-undef - EWebBridge.webCallAppInJs('webview_left_button', { - intercept: '1' //是否拦截原生返回事件 1是 其他否 - }) + setTimeout(() => { + // eslint-disable-next-line no-undef + EWebBridge.webCallAppInJs('webview_left_button', { + intercept: '1' //是否拦截原生返回事件 1是 其他否 + }) + }, 100) window['appCallBack'] = this.appCallBack }, methods: { From 436d2c368d417020b75b4e331700b996a53b52b4 Mon Sep 17 00:00:00 2001 From: mengxiaolong Date: Wed, 9 Sep 2020 09:39:56 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=8B=A6=E6=88=AA=E5=8E=9F=E7=94=9F?= =?UTF-8?q?=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/product-store/StoreDetail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ebiz/product-store/StoreDetail.vue b/src/views/ebiz/product-store/StoreDetail.vue index eac8eabb7..6457b334c 100644 --- a/src/views/ebiz/product-store/StoreDetail.vue +++ b/src/views/ebiz/product-store/StoreDetail.vue @@ -237,7 +237,7 @@ export default { flag: 'h5', extra: { url: location.origin + `/#/productStore/storeList`, - pullRefresh: '0' + needRefresh: '0' }, routerInfo: { path: `/productStore/storeList`