[FIX]电投优化-调整icon

This commit is contained in:
yuweiqi
2020-04-13 17:58:27 +08:00
parent 390e625bac
commit abf3d148e8
7 changed files with 7 additions and 7 deletions

View File

@@ -76,7 +76,7 @@ export default {
setTimeout(() => {
// eslint-disable-next-line no-undef
EWebBridge.webCallAppInJs('webview_left_button', {
img: this.$assetsUrl + 'images/images/del-close@3x.png',
img: this.$assetsUrl + 'images/images/del-close-btn@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/images/del-close@3x.png',
img: this.$assetsUrl + 'images/images/del-close-btn@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/images/del-close@3x.png',
img: this.$assetsUrl + 'images/images/del-close-btn@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/images/del-close@3x.png',
img: this.$assetsUrl + 'images/images/del-close-btn@3x.png',
intercept: '1' //是否拦截原生返回事件 1是 其他否
})
}, 100)

View File

@@ -683,7 +683,7 @@ export default {
setTimeout(() => {
// eslint-disable-next-line no-undef
EWebBridge.webCallAppInJs('webview_left_button', {
img: this.$assetsUrl + 'images/images/del-close@3x.png',
img: this.$assetsUrl + 'images/images/del-close-btn@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/images/del-close@3x.png',
img: this.$assetsUrl + 'images/images/del-close-btn@3x.png',
intercept: '1' //是否拦截原生返回事件 1是 其他否
})
}, 100)

View File

@@ -890,7 +890,7 @@ export default {
setTimeout(() => {
// eslint-disable-next-line no-undef
EWebBridge.webCallAppInJs('webview_left_button', {
img: this.$assetsUrl + 'images/del-close@3x.png',
img: this.$assetsUrl + 'images/images/del-close-btn@3x.png',
intercept: '1' //是否拦截原生返回事件 1是 其他否
})
}, 100)