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

This commit is contained in:
yuweiqi
2020-04-13 14:11:59 +08:00
parent 8d31480911
commit 1b9f38efdb

View File

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