diff --git a/src/views/ebiz/sale/AccountInformation.vue b/src/views/ebiz/sale/AccountInformation.vue index 01f431794..25ac44688 100644 --- a/src/views/ebiz/sale/AccountInformation.vue +++ b/src/views/ebiz/sale/AccountInformation.vue @@ -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 } // 银行卡鉴权[白名单用户自动跳过]