From 35780e47efec202d1c2423954a6c0eb572841751 Mon Sep 17 00:00:00 2001 From: mengxiaolong Date: Mon, 25 Jan 2021 11:48:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=95=E4=BF=9D=E4=BA=BA=E6=9C=80=E4=BD=8E?= =?UTF-8?q?=E5=B9=B4=E9=BE=84=E9=99=90=E5=88=B6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/InsuredInfo.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/views/ebiz/sale/InsuredInfo.vue b/src/views/ebiz/sale/InsuredInfo.vue index a26ae3280..26dc71403 100644 --- a/src/views/ebiz/sale/InsuredInfo.vue +++ b/src/views/ebiz/sale/InsuredInfo.vue @@ -441,7 +441,7 @@ export default { value: '1' } ], - maxDate: beforeDate.getBeforeYear(18), + maxDate: beforeDate.getBeforeYear(16), codeDisabled: false, //获取验证码按钮是否禁用 countDown: 60, //倒计时 certiexpiredateRequired: true, //证件截止日期是否需要校验 @@ -1096,10 +1096,6 @@ export default { if (age < 16) { return this.$toast('亲,投保人年龄必须大于等于16周岁哦~') } - //投保人需大于等于 18 周岁 - if (age < 18) { - return this.$toast('投保人必须是具有民事行为能力且有固定职业和收入的自然人,请确定') - } //职业类型不能为 '一般学生' if (this.userInfo.occupationCode == '2099907') {