diff --git a/src/views/ebiz/sale/AddBeneficiaryInfo.vue b/src/views/ebiz/sale/AddBeneficiaryInfo.vue index 3ad9bab18..157434523 100644 --- a/src/views/ebiz/sale/AddBeneficiaryInfo.vue +++ b/src/views/ebiz/sale/AddBeneficiaryInfo.vue @@ -330,9 +330,9 @@ export default { } }, mounted() { - EWebBridge.webCallAppInJs('webview_left_button', { - intercept: '1' //是否拦截原生返回事件 1是 其他否 - }) + // EWebBridge.webCallAppInJs('webview_left_button', { + // intercept: '1' //是否拦截原生返回事件 1是 其他否 + // }) window.appCallBack = this.appCallBack if (localStorage.applicant == '1' || localStorage.relationToAppnt == '1') { this.Insured = true @@ -386,6 +386,12 @@ export default { // }) // }, appCallBack() { + this.$jump({ + flag: 'goBack', + extra: { + refresh: '1' //是否返回后刷新0:否,1:是 + } + }) this.$jump({ flag: 'navigation', extra: { @@ -393,12 +399,6 @@ export default { hiddenRight: '1' } }) - this.$jump({ - flag: 'goBack', - extra: { - refresh: '1' //是否返回后刷新0:否,1:是 - } - }) if (this.currentPopupIndex == 1) { this.customerShowPicker = false } else if (this.currentPopupIndex == 2) { diff --git a/src/views/ebiz/sale/Beneficiary.vue b/src/views/ebiz/sale/Beneficiary.vue index d44cfcbde..f8fb66fa2 100644 --- a/src/views/ebiz/sale/Beneficiary.vue +++ b/src/views/ebiz/sale/Beneficiary.vue @@ -95,9 +95,9 @@ export default { this.insuredPerson = JSON.parse(localStorage.saleInsuredPersonInfo).name }, mounted() { - EWebBridge.webCallAppInJs('webview_left_button', { - intercept: '1' //是否拦截原生返回事件 1是 其他否 - }) + // EWebBridge.webCallAppInJs('webview_left_button', { + // intercept: '1' //是否拦截原生返回事件 1是 其他否 + // }) window.appCallBack = this.appCallBack document.body.style.backgroundColor = '#fff' },