From 22be2628c2032b0a9a2615684a75f659dff4fca5 Mon Sep 17 00:00:00 2001
From: liyuetong
Date: Fri, 20 Aug 2021 19:57:22 +0800
Subject: [PATCH] =?UTF-8?q?=E8=A2=AB=E4=BF=9D=E9=99=A9=E4=BA=BA=E5=A4=A7?=
=?UTF-8?q?=E4=BA=8E=E7=AD=89=E4=BA=8E18=E5=91=A8=E5=B2=81=EF=BC=88?=
=?UTF-8?q?=E5=90=AB=EF=BC=89=EF=BC=8C=E5=89=8D=E7=AB=AF=E9=9C=80=E5=B1=95?=
=?UTF-8?q?=E7=A4=BA=E6=89=8B=E6=9C=BA=E5=8F=B7=E7=A0=81=E3=80=81=E7=94=B5?=
=?UTF-8?q?=E5=AD=90=E9=82=AE=E7=AE=B1=EF=BC=8C=E4=B8=94=E9=9D=9E=E5=BF=85?=
=?UTF-8?q?=E5=A1=AB?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/ebiz/cardList/information.vue | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/src/views/ebiz/cardList/information.vue b/src/views/ebiz/cardList/information.vue
index fd1e09ba4..0d73b6fb6 100644
--- a/src/views/ebiz/cardList/information.vue
+++ b/src/views/ebiz/cardList/information.vue
@@ -1916,10 +1916,12 @@ export default {
//GFRS-2641--被保险人大于等于18周岁(含),前端需展示手机号码、电子邮箱,且非必填
if(this.insuredInfo.birthday){
let age = utilsAge.getAge(this.insuredInfo.birthday, new Date())
- if(age <= 17){
- this.isLessEighteen = false //是否小于18周岁(不含)
- }else{
- this.isLessEighteen = true //是否小于18周岁(不含)
+ if(this.itemProductDTOS.productCode != 'GFRS_M0052'){
+ if(age <= 17){
+ this.isLessEighteen = false //是否小于18周岁(不含)
+ }else{
+ this.isLessEighteen = true //是否小于18周岁(不含)
+ }
}
//GFRS-2641--被保险人年龄小于20周岁(不含),婚姻状况默认为未婚;
if(age < 20){