[FIX]电投优化-左上角×图标大小ios显示异常bug修复

This commit is contained in:
yuweiqi
2020-03-24 20:13:58 +08:00
parent f91b283aa1
commit 4c27112249
8 changed files with 8 additions and 8 deletions

View File

@@ -75,7 +75,7 @@ export default {
if (localStorage.isFrom == 'sale') {
setTimeout(() => {
EWebBridge.webCallAppInJs('webview_left_button', {
img: this.$assetsUrl + 'images/common_icon_close_black.png',
img: this.$assetsUrl + 'images/common_icon_close_black@3x.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/common_icon_close_black.png',
img: this.$assetsUrl + 'images/common_icon_close_black@3x.png',
intercept: '1' //是否拦截原生返回事件 1是 其他否
})
}, 100)

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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