diff --git a/src/views/ebiz/questions/QuestionsDetail.vue b/src/views/ebiz/questions/QuestionsDetail.vue index 0f25ddef2..24787cf4f 100644 --- a/src/views/ebiz/questions/QuestionsDetail.vue +++ b/src/views/ebiz/questions/QuestionsDetail.vue @@ -200,8 +200,7 @@ export default { phoneNum: '', showConfirm: false, src: location.origin + '/pdfjs/web/viewer.html?file=', - pdfUrl: - 'http%3A%2F%2F211.159.248.123%3A7012%2Fupdown%2FreturnDirectStream%3FimgPath%3DRa4LpmZv2h6FrwZPS48QIETiI2AcWWLx6RavVjoAkoOA9uW8ICM9LYlGVdO7t3FsCzwpgqViOwXX%250Azzw1VlDqdTG6qHfvfy5WDol9WprvRcWVGLphInLPv0HGtHpZ3OhD', + pdfUrl: '', // 转账不成功处理方式是否不可用 handleType: false } @@ -494,8 +493,7 @@ export default { }) // 包含投保人和被保人证件id和姓名 this.problemInfo = rs.content - // this.pdfUrl = this.problemInfo.pdfUrl - // this.pdfUrl = encodeURIComponent(config.imgDomain + `/returnDirectStream?imgPath=${this.pdfUrl}`) + this.pdfUrl = encodeURIComponent(config.imgDomain + `/returnDirectStream?imgPath=${this.problemInfo.pdfUrl}`) this.problemDetail = this.problemInfo.list[0] // 问题件接收人类型: 0投保人, 1被保人 this.problemDetail.receiveType = this.$route.query.receiveType @@ -624,6 +622,11 @@ export default { }