mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 19:06:43 +08:00
【增加阅读《保险条款》步骤,关于金掌桂签名确认页面部分阅读签字材料更新和新增的需求】条款pdf取值变为originalUrl
This commit is contained in:
@@ -145,6 +145,7 @@ export default {
|
|||||||
let list = res.orderDTO.ebizSignDTOS
|
let list = res.orderDTO.ebizSignDTOS
|
||||||
let appntSignList = []
|
let appntSignList = []
|
||||||
let insuredSignList = []
|
let insuredSignList = []
|
||||||
|
let originalUrl = ''
|
||||||
res.orderDTO.ebizSignDTOS.map(item => {
|
res.orderDTO.ebizSignDTOS.map(item => {
|
||||||
if (item.signType == '0' || item.signType == '2') {
|
if (item.signType == '0' || item.signType == '2') {
|
||||||
appntSignList.push(item) //投保
|
appntSignList.push(item) //投保
|
||||||
@@ -170,13 +171,15 @@ export default {
|
|||||||
console.log('000000000', item)
|
console.log('000000000', item)
|
||||||
// that.appntSign = item
|
// that.appntSign = item
|
||||||
that.tipsPolicyUrl = item.policyUrl
|
that.tipsPolicyUrl = item.policyUrl
|
||||||
|
originalUrl = item.originalUrl
|
||||||
this.title = document.title = item.documentName
|
this.title = document.title = item.documentName
|
||||||
console.log('that.appntSign', item.policyUrl)
|
console.log('that.appntSign', item.policyUrl)
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
that.pdfUrl = encodeURIComponent(config.imgDomain + `/returnDirectStream?imgPath=${that.tipsPolicyUrl}`)
|
that.pdfUrl = originalUrl
|
||||||
|
// that.pdfUrl = encodeURIComponent(config.imgDomain + `/returnDirectStream?imgPath=${that.tipsPolicyUrl}`)
|
||||||
//get请求 https://iagentsales-test2.e-guofu.com:5443/updown/returnDirectStream?imgPath=vBUWC6gbUDoEIRJfwkgbq%2F9UxMDwL0blVyXZaq1I0VNQo3JbEQW9W2Qmry%2BrY7il36nndFRV5ymB%0A37s41xUE3g8fAEEDIMT4SWwiuCiOI6M%3D
|
//get请求 https://iagentsales-test2.e-guofu.com:5443/updown/returnDirectStream?imgPath=vBUWC6gbUDoEIRJfwkgbq%2F9UxMDwL0blVyXZaq1I0VNQo3JbEQW9W2Qmry%2BrY7il36nndFRV5ymB%0A37s41xUE3g8fAEEDIMT4SWwiuCiOI6M%3D
|
||||||
console.log(' that.pdfUrl', that.pdfUrl)
|
console.log(' that.pdfUrl', that.pdfUrl)
|
||||||
resolve('success')
|
resolve('success')
|
||||||
|
|||||||
Reference in New Issue
Block a user