From 1b34e84ef6cef3d26a9cf554fb912a40c24a0cb5 Mon Sep 17 00:00:00 2001 From: "li.yuetong" Date: Wed, 2 Mar 2022 13:51:31 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E9=87=91=E8=9E=8D=E6=9C=BA=E6=9E=84?= =?UTF-8?q?=E5=AE=A2=E6=88=B7=E5=B0=BD=E8=81=8C=E8=B0=83=E6=9F=A5=E5=92=8C?= =?UTF-8?q?=E5=AE=A2=E6=88=B7=E8=BA=AB=E4=BB=BD=E8=B5=84=E6=96=99=E5=8F=8A?= =?UTF-8?q?=E4=BA=A4=E6=98=93=E8=AE=B0=E5=BD=95=E4=BF=9D=E5=AD=98=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=8A=9E=E6=B3=95=E8=A6=81=E6=B1=82=E9=9C=80=E6=B1=82?= =?UTF-8?q?=E3=80=91=E8=A7=84=E5=88=99=E6=A0=A1=E9=AA=8C=E8=B5=B7=E6=AD=A2?= =?UTF-8?q?=E6=97=A5=E6=9C=9F=EF=BC=8C=E6=8F=90=E7=A4=BA=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/AddBeneficiaryInfo.vue | 4 ++-- src/views/ebiz/sale/InsuredInfo.vue | 4 ++-- src/views/ebiz/sale/InsuredPerson.vue | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/ebiz/sale/AddBeneficiaryInfo.vue b/src/views/ebiz/sale/AddBeneficiaryInfo.vue index 3b8b47880..40340adff 100644 --- a/src/views/ebiz/sale/AddBeneficiaryInfo.vue +++ b/src/views/ebiz/sale/AddBeneficiaryInfo.vue @@ -644,14 +644,14 @@ export default { if (new Date(val).getFullYear() - new Date(this.userInfo.certificateValidate).getFullYear() != 20 && new Date(val).getFullYear() - new Date(this.userInfo.certificateValidate).getFullYear() != 10) { this.userInfo.certiexpiredate = '' this.$refs.certiexpiredate.date = '' - return this.$toast('16周岁~21周岁的证件有效期为20年或10年') + return this.$toast('26周岁~35周岁的证件有效期为20年或10年') } //年龄在36-45周岁之间 } else if (age >= 36 && age <= 45) { if (new Date(val).getFullYear() - new Date(this.userInfo.certificateValidate).getFullYear() != 20) { this.userInfo.certiexpiredate = '' this.$refs.certiexpiredate.date = '' - return this.$toast('26周岁~45周岁的证件有效期为20年') + return this.$toast('36周岁~45周岁的证件有效期为20年') } //年龄在46-65周岁之间 } else if (age >= 46 && age <= 65) { diff --git a/src/views/ebiz/sale/InsuredInfo.vue b/src/views/ebiz/sale/InsuredInfo.vue index 9a06353ea..a588a2a7a 100644 --- a/src/views/ebiz/sale/InsuredInfo.vue +++ b/src/views/ebiz/sale/InsuredInfo.vue @@ -891,14 +891,14 @@ export default { if (new Date(val).getFullYear() - new Date(this.userInfo.certificateValidate).getFullYear() != 20 && new Date(val).getFullYear() - new Date(this.userInfo.certificateValidate).getFullYear() != 10) { this.userInfo.certiexpiredate = '' this.$refs.certiexpiredate.date = '' - return this.$toast('16周岁~21周岁的证件有效期为20年或10年') + return this.$toast('26周岁~35周岁的证件有效期为20年或10年') } //年龄在36-45周岁之间 } else if (age >= 36 && age <= 45) { if (new Date(val).getFullYear() - new Date(this.userInfo.certificateValidate).getFullYear() != 20) { this.userInfo.certiexpiredate = '' this.$refs.certiexpiredate.date = '' - return this.$toast('26周岁~45周岁的证件有效期为20年') + return this.$toast('36周岁~45周岁的证件有效期为20年') } //年龄在46-65周岁之间 } else if (age >= 46 && age <= 65) { diff --git a/src/views/ebiz/sale/InsuredPerson.vue b/src/views/ebiz/sale/InsuredPerson.vue index 73fbd33ce..96a7ebb6e 100644 --- a/src/views/ebiz/sale/InsuredPerson.vue +++ b/src/views/ebiz/sale/InsuredPerson.vue @@ -1094,14 +1094,14 @@ export default { if (new Date(val).getFullYear() - new Date(this.userInfo.certificateValidate).getFullYear() != 20 && new Date(val).getFullYear() - new Date(this.userInfo.certificateValidate).getFullYear() != 10) { this.userInfo.certiexpiredate = '' this.$refs.certiexpiredate.date = '' - return this.$toast('16周岁~21周岁的证件有效期为20年或10年') + return this.$toast('26周岁~35周岁的证件有效期为20年或10年') } //年龄在36-45周岁之间 } else if (age >= 36 && age <= 45) { if (new Date(val).getFullYear() - new Date(this.userInfo.certificateValidate).getFullYear() != 20) { this.userInfo.certiexpiredate = '' this.$refs.certiexpiredate.date = '' - return this.$toast('26周岁~45周岁的证件有效期为20年') + return this.$toast('36周岁~45周岁的证件有效期为20年') } //年龄在46-65周岁之间 } else if (age >= 46 && age <= 65) {