From f91b283aa15ed60ab3ac26ffa7551c4e6980acaa Mon Sep 17 00:00:00 2001 From: yuweiqi Date: Mon, 23 Mar 2020 23:54:40 +0800 Subject: [PATCH] =?UTF-8?q?[FIX]=E7=94=B5=E6=8A=95=E4=BC=98=E5=8C=96-?= =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=B7=A6=E4=B8=8A=E8=A7=92=E6=8C=89=E9=92=AE?= =?UTF-8?q?=C3=97=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/common/SelectedProduct.vue | 2 +- src/views/ebiz/sale/AccountInformation.vue | 2 +- src/views/ebiz/sale/AttachmentManagement.vue | 2 +- src/views/ebiz/sale/Beneficiary.vue | 2 +- src/views/ebiz/sale/InsuredInfo.vue | 4 ++-- src/views/ebiz/sale/NotifyingMessage.vue | 2 +- src/views/ebiz/sale/SignatureConfirmation.vue | 1 + 7 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/views/ebiz/common/SelectedProduct.vue b/src/views/ebiz/common/SelectedProduct.vue index 68ff707a8..01a54b76f 100644 --- a/src/views/ebiz/common/SelectedProduct.vue +++ b/src/views/ebiz/common/SelectedProduct.vue @@ -75,7 +75,7 @@ export default { if (localStorage.isFrom == 'sale') { setTimeout(() => { EWebBridge.webCallAppInJs('webview_left_button', { - img: this.$assetsUrl + 'images/del-close@3x.png', + img: this.$assetsUrl + 'images/common_icon_close_black.png', intercept: '1' //是否拦截原生返回事件 1是 其他否 }) }, 100) diff --git a/src/views/ebiz/sale/AccountInformation.vue b/src/views/ebiz/sale/AccountInformation.vue index 8fb088677..363070a3a 100644 --- a/src/views/ebiz/sale/AccountInformation.vue +++ b/src/views/ebiz/sale/AccountInformation.vue @@ -493,7 +493,7 @@ export default { document.body.style.backgroundColor = '#F5F5F5' setTimeout(() => { EWebBridge.webCallAppInJs('webview_left_button', { - img: this.$assetsUrl + 'images/del-close@3x.png', + img: this.$assetsUrl + 'images/common_icon_close_black.png', intercept: '1' //是否拦截原生返回事件 1是 其他否 }) }, 100) diff --git a/src/views/ebiz/sale/AttachmentManagement.vue b/src/views/ebiz/sale/AttachmentManagement.vue index 1e14282d2..9a07d90ec 100644 --- a/src/views/ebiz/sale/AttachmentManagement.vue +++ b/src/views/ebiz/sale/AttachmentManagement.vue @@ -387,7 +387,7 @@ export default { mounted() { setTimeout(() => { EWebBridge.webCallAppInJs('webview_left_button', { - // img: this.$assetsUrl + 'images/del-close@3x.png', + img: this.$assetsUrl + 'images/common_icon_close_black.png', intercept: '1' //是否拦截原生返回事件 1是 其他否 }) }, 100) diff --git a/src/views/ebiz/sale/Beneficiary.vue b/src/views/ebiz/sale/Beneficiary.vue index 6c3b1f19a..1ff66ca4a 100644 --- a/src/views/ebiz/sale/Beneficiary.vue +++ b/src/views/ebiz/sale/Beneficiary.vue @@ -108,7 +108,7 @@ export default { mounted() { setTimeout(() => { EWebBridge.webCallAppInJs('webview_left_button', { - img: this.$assetsUrl + 'images/del-close@3x.png', + img: this.$assetsUrl + 'images/common_icon_close_black.png', intercept: '1' //是否拦截原生返回事件 1是 其他否 }) }, 100) diff --git a/src/views/ebiz/sale/InsuredInfo.vue b/src/views/ebiz/sale/InsuredInfo.vue index cb567cdb8..043190ebc 100644 --- a/src/views/ebiz/sale/InsuredInfo.vue +++ b/src/views/ebiz/sale/InsuredInfo.vue @@ -520,7 +520,7 @@ export default { mounted() { setTimeout(() => { EWebBridge.webCallAppInJs('webview_left_button', { - // img: this.$assetsUrl + 'images/del-close@3x.png', + img: this.$assetsUrl + 'images/common_icon_close_black.png', intercept: '1' //是否拦截原生返回事件 1是 其他否 }) }, 100) @@ -550,7 +550,7 @@ export default { flag: 'h5', extra: { title: '电子投保单列表', - forbidSwipeBack:1,//当前页面禁止右滑返回 + forbidSwipeBack: 1, //当前页面禁止右滑返回 url: location.origin + `/#/sale/list` }, routerInfo: { diff --git a/src/views/ebiz/sale/NotifyingMessage.vue b/src/views/ebiz/sale/NotifyingMessage.vue index 11d46ad8c..edd5d1cf7 100644 --- a/src/views/ebiz/sale/NotifyingMessage.vue +++ b/src/views/ebiz/sale/NotifyingMessage.vue @@ -231,7 +231,7 @@ export default { mounted() { setTimeout(() => { EWebBridge.webCallAppInJs('webview_left_button', { - img: this.$assetsUrl + 'images/del-close@3x.png', + img: this.$assetsUrl + 'images/common_icon_close_black.png', intercept: '1' //是否拦截原生返回事件 1是 其他否 }) }, 100) diff --git a/src/views/ebiz/sale/SignatureConfirmation.vue b/src/views/ebiz/sale/SignatureConfirmation.vue index db588f0d9..0ddfcbf5f 100644 --- a/src/views/ebiz/sale/SignatureConfirmation.vue +++ b/src/views/ebiz/sale/SignatureConfirmation.vue @@ -889,6 +889,7 @@ export default { created() { setTimeout(() => { EWebBridge.webCallAppInJs('webview_left_button', { + img: this.$assetsUrl + 'images/common_icon_close_black.png', intercept: '1' //是否拦截原生返回事件 1是 其他否 }) }, 100)