mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 15:46:43 +08:00
[FIX]电投优化-左上角×图标大小ios显示异常bug修复
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user