mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 06:56:44 +08:00
@@ -399,23 +399,12 @@ export default {
|
|||||||
}
|
}
|
||||||
let valid = await this.$validator.validate()
|
let valid = await this.$validator.validate()
|
||||||
if (valid) {
|
if (valid) {
|
||||||
let cardData = {}
|
let cardData = {
|
||||||
if (this.saleInsuredInfo.idNo) {
|
account: this.bankId,
|
||||||
cardData = {
|
idNo: this.appntDTO.idNo,
|
||||||
account: this.bankId,
|
idType: this.appntDTO.idType,
|
||||||
idNo: this.saleInsuredInfo.idNo,
|
mobile: this.appntDTO.mobile,
|
||||||
idType: this.saleInsuredInfo.idType,
|
name: this.appntDTO.name
|
||||||
mobile: this.saleInsuredInfo.mobile,
|
|
||||||
name: this.saleInsuredInfo.name
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
cardData = {
|
|
||||||
account: this.bankId,
|
|
||||||
idNo: this.appntDTO.idNo,
|
|
||||||
idType: this.appntDTO.idType,
|
|
||||||
mobile: this.appntDTO.mobile,
|
|
||||||
name: this.appntDTO.name
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 银行卡鉴权[白名单用户自动跳过]
|
// 银行卡鉴权[白名单用户自动跳过]
|
||||||
|
|||||||
Reference in New Issue
Block a user