Merge branch 'feature/GFRS-247【待确定】卡单产品投保' into dev

This commit is contained in:
tian.guangyuan
2020-04-22 16:00:23 +08:00

View File

@@ -20,7 +20,7 @@ export default {
init() {
let cardListPDF = JSON.parse(localStorage.cardListPDF)
console.log(cardListPDF)
this.pdfUrl = cardListPDF.url
this.pdfUrl = cardListPDF.documentUrl
this.shareContent = cardListPDF.title
document.title = cardListPDF.title
}