|
@@ -1179,7 +1179,7 @@
|
|
localStorage.getItem('selectPrint_selectCustomerList')
|
|
localStorage.getItem('selectPrint_selectCustomerList')
|
|
)
|
|
)
|
|
} else {
|
|
} else {
|
|
- this.customerList = localStorage.getItem('printData1')
|
|
|
|
|
|
+ this.customerList =JSON.parse(localStorage.getItem('printData1'))
|
|
}
|
|
}
|
|
console.log(this.customerList)
|
|
console.log(this.customerList)
|
|
console.log('cwprint', localStorage.getItem('cwprint'))
|
|
console.log('cwprint', localStorage.getItem('cwprint'))
|
|
@@ -1207,8 +1207,8 @@
|
|
|
|
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
- if (this.customerList.cardAddressUrl) {
|
|
|
|
- this.identity = this.customerList.cardAddressUrl.split(',')
|
|
|
|
|
|
+ if (this.customerList.identityAuthenticationInfo.cardAddressUrl) {
|
|
|
|
+ this.identity = this.customerList.identityAuthenticationInfo.cardAddressUrl.split(',')
|
|
this.imageUrl1 = this.identity[0]
|
|
this.imageUrl1 = this.identity[0]
|
|
this.imageUrl2 = this.identity[1]
|
|
this.imageUrl2 = this.identity[1]
|
|
}
|
|
}
|