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