diff --git a/src/views/ebiz/cardList/information.vue b/src/views/ebiz/cardList/information.vue index 742683d98..8329c5bd9 100644 --- a/src/views/ebiz/cardList/information.vue +++ b/src/views/ebiz/cardList/information.vue @@ -1667,7 +1667,7 @@ export default { console.log('证件号码校验有误') return this.$toast('您填写的证件号码有误') } - if (age < 46 && this.insuredInfo.effectiveDateType == true) { + if (insuredAge < 46 && this.insuredInfo.effectiveDateType == true) { return this.$toast('证件有效期错误,年龄小于46周岁的公民身份证有效期不能为长期') }