mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 16:56:43 +08:00
[FIX]电投优化-投保人页面左上角的×按钮
This commit is contained in:
@@ -686,7 +686,7 @@ export default {
|
||||
mounted() {
|
||||
setTimeout(() => {
|
||||
EWebBridge.webCallAppInJs('webview_left_button', {
|
||||
img: this.$assetsUrl + 'images/del-close@3x.png',
|
||||
img: this.$assetsUrl + 'images/common_icon_close_black.png',
|
||||
intercept: '1' //是否拦截原生返回事件 1是 其他否
|
||||
})
|
||||
}, 100)
|
||||
|
||||
Reference in New Issue
Block a user