mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 15:46:43 +08:00
@@ -399,23 +399,12 @@ 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 = {
|
||||
account: this.bankId,
|
||||
idNo: this.appntDTO.idNo,
|
||||
idType: this.appntDTO.idType,
|
||||
mobile: this.appntDTO.mobile,
|
||||
name: this.appntDTO.name
|
||||
}
|
||||
let 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