mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 03:26:45 +08:00
需求:未成年人人脸识别
变更:增加未成年人选择身份证时,不用进行人脸识别
This commit is contained in:
committed by
28CD73C051F645E8132835671423A23F
parent
7bd15968aa
commit
69bb80e41e
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user