mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-25 09:32:53 +08:00
[NEW] 投保支付页微信支付添加证件类型校验
This commit is contained in:
@@ -180,6 +180,7 @@ export default {
|
||||
// 第一次支付 调核保获取
|
||||
this.underWrite().then(() => {
|
||||
this.underWriteData = JSON.parse(window.localStorage.getItem('underWriteData'))
|
||||
this.underWriteData.idType = JSON.parse(localStorage.saleInsuredInfo).idType
|
||||
this.srcImg = this.$assetsUrl + `images/bank/bank_${JSON.parse(window.localStorage.getItem('underWriteData')).bankCode}.png`
|
||||
})
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user