需求:未成年人人脸识别

变更:增加未成年人选择身份证时,不用进行人脸识别
This commit is contained in:
ding.zhou
2020-03-01 20:37:43 +08:00
committed by 28CD73C051F645E8132835671423A23F
parent 7bd15968aa
commit 69bb80e41e

View File

@@ -1230,9 +1230,9 @@ export default {
// }
// 年龄 0-7 周岁且不是投保人的子女
if (age < 7 && this.userInfo.relationToAppnt != '4') {
return this.$toast('0-7岁未成年人须由其父母投保请确定')
}
// if (age < 7 && this.userInfo.relationToAppnt != '4') {
// return this.$toast('0-7岁未成年人须由其父母投保请确定')
// }
if (this.userInfo.salarySource == '4') {
if (!this.userInfo.otherSalarySource) {