mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-12 17:16:43 +08:00
更改bug
This commit is contained in:
@@ -151,6 +151,7 @@ export default {
|
|||||||
this.filterData(dataDictionary.sex, 'sex', appntDTO)
|
this.filterData(dataDictionary.sex, 'sex', appntDTO)
|
||||||
this.filterData(dataDictionary.idType, 'idType', appntDTO)
|
this.filterData(dataDictionary.idType, 'idType', appntDTO)
|
||||||
that.appntDTO = appntDTO
|
that.appntDTO = appntDTO
|
||||||
|
window.localStorage.setItem('saleInsuredInfo', JSON.stringify(appntDTO))
|
||||||
// 被保人信息
|
// 被保人信息
|
||||||
res.content.insuredDTOs.map(insured => {
|
res.content.insuredDTOs.map(insured => {
|
||||||
insured.riskDTOLst.map(risk => {
|
insured.riskDTOLst.map(risk => {
|
||||||
@@ -212,8 +213,14 @@ export default {
|
|||||||
extra: {
|
extra: {
|
||||||
title: this.wxTitle,
|
title: this.wxTitle,
|
||||||
content: '国富人寿保单回执签收',
|
content: '国富人寿保单回执签收',
|
||||||
url: location.origin + '/#/serve/airSign?policyNo=' + localStorage.policyNo + '&token=' + localStorage.token+
|
url:
|
||||||
'&saleInsuredInfo=' + JSON.stringify(this.appntDTO),
|
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,
|
// url: 'http://47.96.143.111/#/proposal/exhibition?proposalNo=' + localStorage.orderNo + '&token=' + localStorage.token,
|
||||||
img: this.$assetsUrl + 'images/logo.png'
|
img: this.$assetsUrl + 'images/logo.png'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user