mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 03:56:44 +08:00
卡单支付结果页面展示内容信息补全
This commit is contained in:
@@ -211,8 +211,9 @@ export default {
|
|||||||
this.queryPayState()
|
this.queryPayState()
|
||||||
}
|
}
|
||||||
this.card.orderNo = window.localStorage.getItem('orderNo')
|
this.card.orderNo = window.localStorage.getItem('orderNo')
|
||||||
this.card.insuredName = JSON.parse(JSON.stringify(window.sessionStorage.getItem('orderDetail'))).insuredDTOs[0].name
|
let orderDetail = JSON.parse(sessionStorage.orderDetail)
|
||||||
this.card.insuredName = JSON.parse(JSON.stringify(window.sessionStorage.getItem('orderDetail'))).insuredDTOs[0].riskDTOLst[0].cvaliDate
|
this.card.insuredName = orderDetail.insuredDTOs[0].name
|
||||||
|
this.card.cvalidate = orderDetail.insuredDTOs[0].riskDTOLst[0].cvaliDate
|
||||||
},
|
},
|
||||||
beforeRouteLeave(to, from, next) {
|
beforeRouteLeave(to, from, next) {
|
||||||
document.body.style.backgroundColor = ''
|
document.body.style.backgroundColor = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user