mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 17:12:53 +08:00
修改投保年龄
This commit is contained in:
@@ -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('投保人必须是具有民事行为能力且有固定职业和收入的自然人,请确定')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user