需求:未成年人人脸识别

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

View File

@@ -412,8 +412,8 @@ export default {
} else {
window.localStorage.setItem('sign-val', val)
window.localStorage.setItem('sign-insured', JSON.stringify(that.insuredSign))
if (this.saleInsuredPersonInfo.idType != '1') {
// if (this.saleInsuredPersonInfo.idType != '1' || this.saleInsuredPersonInfo.age < '18') {
// if (this.saleInsuredPersonInfo.idType != '1') {
if (this.saleInsuredPersonInfo.idType != '1' || this.saleInsuredPersonInfo.age < '18') {
that.insuredUrl()
} else {
// 调原生人脸识别