Merge branch 'feature/GFRS-597【电投页面优化】' into dev

This commit is contained in:
yuweiqi
2020-03-23 23:55:27 +08:00
7 changed files with 8 additions and 7 deletions

View File

@@ -77,7 +77,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)

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)

View File

@@ -535,7 +535,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)
@@ -565,7 +565,7 @@ export default {
flag: 'h5',
extra: {
title: '电子投保单列表',
forbidSwipeBack:1,//当前页面禁止右滑返回
forbidSwipeBack: 1, //当前页面禁止右滑返回
url: location.origin + `/#/sale/list`
},
routerInfo: {

View File

@@ -242,7 +242,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)

View File

@@ -1120,6 +1120,7 @@ export default {
created() {
setTimeout(() => {
EWebBridge.webCallAppInJs('webview_left_button', {
img: this.$assetsUrl + 'images/common_icon_close_black.png',
intercept: '1' //是否拦截原生返回事件 1是 其他否
})
}, 100)