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