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

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

View File

@@ -1,7 +1,7 @@
<template>
<div class="insured-info-container pb50">
<!-- 基本信息 -->
<!-- <index-bar></index-bar> -->
<index-bar></index-bar>
<van-cell-group class="mt10">
<p style="border-bottom: 1px solid #ebedf0" class="fs15 fwb pl10 pv12">基本信息</p>
<customer-picker

View File

@@ -888,8 +888,9 @@ export default {
},
created() {
setTimeout(() => {
// eslint-disable-next-line no-undef
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)