diff --git a/src/views/ebiz/product-store/StoreDetail.vue b/src/views/ebiz/product-store/StoreDetail.vue index a62cfff7a..6457b334c 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: { @@ -235,7 +237,7 @@ export default { flag: 'h5', extra: { url: location.origin + `/#/productStore/storeList`, - pullRefresh: '0' + needRefresh: '0' }, routerInfo: { path: `/productStore/storeList`