From e50b14a8df7409e781e236ccda4d466d60ab8a5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9A=AE=E4=BC=9F?= Date: Fri, 15 Nov 2019 14:06:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/serve/Detail.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/views/ebiz/serve/Detail.vue b/src/views/ebiz/serve/Detail.vue index fafdad99e..b1823ae26 100644 --- a/src/views/ebiz/serve/Detail.vue +++ b/src/views/ebiz/serve/Detail.vue @@ -151,6 +151,7 @@ export default { this.filterData(dataDictionary.sex, 'sex', appntDTO) this.filterData(dataDictionary.idType, 'idType', appntDTO) that.appntDTO = appntDTO + window.localStorage.setItem('saleInsuredInfo', JSON.stringify(appntDTO)) // 被保人信息 res.content.insuredDTOs.map(insured => { insured.riskDTOLst.map(risk => { @@ -212,8 +213,14 @@ export default { extra: { title: this.wxTitle, content: '国富人寿保单回执签收', - url: location.origin + '/#/serve/airSign?policyNo=' + localStorage.policyNo + '&token=' + localStorage.token+ - '&saleInsuredInfo=' + JSON.stringify(this.appntDTO), + url: + location.origin + + '/#/serve/airSign?policyNo=' + + localStorage.policyNo + + '&token=' + + localStorage.token + + '&saleInsuredInfo=' + + localStorage.saleInsuredInfo, // url: 'http://47.96.143.111/#/proposal/exhibition?proposalNo=' + localStorage.orderNo + '&token=' + localStorage.token, img: this.$assetsUrl + 'images/logo.png' }