mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 18:36:43 +08:00
[FIX]【保全】退保-pdf预览调试
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
<script>
|
||||
import { RadioGroup, Radio, Dialog, NoticeBar } from 'vant'
|
||||
import { changeEdor, queryConfirmDetail } from '@/api/ebiz/preserve/preserve'
|
||||
import config from '@/config'
|
||||
|
||||
export default {
|
||||
data() {
|
||||
@@ -63,9 +64,10 @@ export default {
|
||||
res => {
|
||||
if (res.result == 0) {
|
||||
this.pdfList = res.content.surrenderSignList
|
||||
// this.pdfUrl = this.pdfList[0].policyUrl
|
||||
this.pdfUrl =
|
||||
'Ra4LpmZv2h6FrwZPS48QIETiI2AcWWLx6RavVjoAkoPKPyCLFQ24jT2yrqIbfar6ORGrkmYsocow%0ArEcXnbvgOEa2vHPyBGfGovb0%2F5Q3RP%2BVGLphInLPv0HGtHpZ3OhD' //TEST测试专用
|
||||
// this.pdfUrl =
|
||||
// 'Ra4LpmZv2h6FrwZPS48QIETiI2AcWWLx6RavVjoAkoPKPyCLFQ24jT2yrqIbfar6ORGrkmYsocow%0ArEcXnbvgOEa2vHPyBGfGovb0%2F5Q3RP%2BVGLphInLPv0HGtHpZ3OhD' //TEST测试专用
|
||||
this.pdfUrl = encodeURIComponent(config.imgDomain + `/returnDirectStream?imgPath=${this.pdfList[0].policyUrl}`)
|
||||
|
||||
this.documentName = this.pdfList[0].documentName
|
||||
console.log('1111', this.pdfUrl) //TEST测试专用
|
||||
resolve()
|
||||
|
||||
Reference in New Issue
Block a user