删除年龄与婚姻状况校验

This commit is contained in:
mengxiaolong
2020-08-05 11:38:07 +08:00
parent 8af7ac0980
commit a6686e60ae

View File

@@ -687,9 +687,9 @@ export default {
}
//如果性别男小于22岁 或者 性别女小于20岁
if ((this.userInfo.sex == '0' && age < 22) || (this.userInfo.sex == '1' && age < 20)) {
return this.$toast('年龄与婚姻状况不符')
}
// if ((this.userInfo.sex == '0' && age < 22) || (this.userInfo.sex == '1' && age < 20)) {
// return this.$toast('年龄与婚姻状况不符')
// }
}
// 受益人是被保险人的父母,被保险人是投保人的子女时