Merge branch 'feature/GFRS-765【0423】电投自核规则前端进行转译提示' into dev

This commit is contained in:
tgy
2020-03-28 23:07:29 +08:00

View File

@@ -1168,7 +1168,7 @@ export default {
let age = utilsAge.getAge(this.userInfo.birthday, new Date())
// 被保险人人年龄≤13岁学历不可以为研究生、本科、高中、大专
if (age < 14 && this.userInfo.degree - 0 > 5) {
if (age < 14 && this.userInfo.degree - 0 <= 5) {
return this.$toast('亲,请确认被保险人学历哦~')
}