[FIX]电投优化调试-调整icon

This commit is contained in:
yuweiqi
2020-04-13 14:57:04 +08:00
parent 325545e2d7
commit d01b94fba6
2 changed files with 3 additions and 2 deletions

View File

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