diff --git a/src/views/ebiz/proposal/List.vue b/src/views/ebiz/proposal/List.vue index e06fab055..15dd5e67b 100644 --- a/src/views/ebiz/proposal/List.vue +++ b/src/views/ebiz/proposal/List.vue @@ -111,26 +111,26 @@ export default { }, created() { // document.body.style.backgroundColor = '#F5F5F5' - setTimeout(() => { - // eslint-disable-next-line no-undef - EWebBridge.webCallAppInJs('webview_left_button', { - intercept: '1' //是否拦截原生返回事件 1是 其他否 - }) - }, 100) - window.appCallBack = this.appCallBack + // setTimeout(() => { + // // eslint-disable-next-line no-undef + // EWebBridge.webCallAppInJs('webview_left_button', { + // intercept: '1' //是否拦截原生返回事件 1是 其他否 + // }) + // }, 100) + // window.appCallBack = this.appCallBack }, mounted() { this.loadMore() }, methods: { - appCallBack(data) { - if (data.trigger == 'left_button_click') { - this.$jump({ - flag: 'home', - extra: {} - }) - } - }, + // appCallBack(data) { + // if (data.trigger == 'left_button_click') { + // this.$jump({ + // flag: 'home', + // extra: {} + // }) + // } + // }, //获取建议书列表 getProposalList(tabType, pageInfo) { let status = '0' + tabType diff --git a/src/views/ebiz/sale/List.vue b/src/views/ebiz/sale/List.vue index 4f01402d4..0a3d809ef 100644 --- a/src/views/ebiz/sale/List.vue +++ b/src/views/ebiz/sale/List.vue @@ -192,22 +192,22 @@ export default { } }, mounted() { - setTimeout(() => { - EWebBridge.webCallAppInJs('webview_left_button', { - intercept: '1' //是否拦截原生返回事件 1是 其他否 - }) - }, 100) - window.appCallBack = this.appCallBack + // setTimeout(() => { + // EWebBridge.webCallAppInJs('webview_left_button', { + // intercept: '1' //是否拦截原生返回事件 1是 其他否 + // }) + // }, 100) + // window.appCallBack = this.appCallBack this.loadMore() }, methods: { - appCallBack(data) { - if (data.trigger == 'left_button_click') { - this.$jump({ - flag: 'home' - }) - } - }, + // appCallBack(data) { + // if (data.trigger == 'left_button_click') { + // this.$jump({ + // flag: 'home' + // }) + // } + // }, //分页用 loadMore() { let pageInfo = {