mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-25 01:22:53 +08:00
结果页面增加返回按钮
This commit is contained in:
@@ -485,6 +485,20 @@ export default {
|
||||
extra: shareObj
|
||||
})
|
||||
}
|
||||
if (data.trigger == 'left_button_click') {
|
||||
this.$jump({
|
||||
flag: 'h5',
|
||||
extra: {
|
||||
title: '电投问题件',
|
||||
// 当前页面禁止右滑返回
|
||||
forbidSwipeBack: 1,
|
||||
url: location.origin + `/#/questions/list`
|
||||
},
|
||||
routerInfo: {
|
||||
path: `/questions/list`
|
||||
}
|
||||
})
|
||||
}
|
||||
},
|
||||
modeChange(mode) {
|
||||
if (mode !== 1) {
|
||||
@@ -621,7 +635,6 @@ export default {
|
||||
prtNo: this.$route.query.prtNo,
|
||||
userType: Number(this.$route.query.receiveType)
|
||||
})
|
||||
console.log(rs.content)
|
||||
// 包含投保人和被保人证件id和姓名
|
||||
this.problemInfo = rs.content
|
||||
this.pdfUrl = encodeURIComponent(config.imgDomain + `/returnDirectStream?imgPath=${this.problemInfo.pdfUrl}`)
|
||||
@@ -758,7 +771,6 @@ export default {
|
||||
content: localStorage.getItem('bankcardA')
|
||||
})
|
||||
}
|
||||
console.log('转账不成功类型:::回显完成', this.transfer)
|
||||
}
|
||||
|
||||
// 补充资料问题件
|
||||
@@ -838,6 +850,9 @@ export default {
|
||||
}
|
||||
]
|
||||
})
|
||||
window.EWebBridge.webCallAppInJs('webview_left_button', {
|
||||
intercept: '1'
|
||||
})
|
||||
}
|
||||
}, 1000)
|
||||
window['appCallBack'] = this.appCallBack
|
||||
|
||||
Reference in New Issue
Block a user