修改投保年龄

This commit is contained in:
zhouna
2019-10-16 17:20:43 +08:00
parent 877fae362d
commit 2837318bb6

View File

@@ -340,7 +340,7 @@ export default {
value: '1' value: '1'
} }
], ],
maxDate: beforeDate.getBeforeYear(16), maxDate: beforeDate.getBeforeYear(18),
codeDisabled: false, //获取验证码按钮是否禁用 codeDisabled: false, //获取验证码按钮是否禁用
countDown: 60, //倒计时 countDown: 60, //倒计时
certiexpiredateRequired: true, //证件截止日期是否需要校验 certiexpiredateRequired: true, //证件截止日期是否需要校验
@@ -804,7 +804,7 @@ export default {
// } // }
//投保人需大于等于 16 周岁 //投保人需大于等于 16 周岁
if (age < 16) { if (age < 18) {
return this.$toast('投保人必须是具有民事行为能力且有固定职业和收入的自然人,请确定') return this.$toast('投保人必须是具有民事行为能力且有固定职业和收入的自然人,请确定')
} }