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