From 91b6cc193659a80eea80fd75b6886222bcd90c61 Mon Sep 17 00:00:00 2001 From: mengxiaolong Date: Mon, 10 Aug 2020 11:46:41 +0800 Subject: [PATCH] =?UTF-8?q?PDF=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/questions/QuestionsDetail.vue | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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 { }