mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-13 07:16:43 +08:00
GFRS-718【0319】电投添加短信验证码验证身份 回执签收人脸识别添加短信验证身份、提示唤醒修改 --提交人:阳华祥
This commit is contained in:
@@ -565,6 +565,10 @@ export default {
|
|||||||
that.goUrl()
|
that.goUrl()
|
||||||
} else {
|
} else {
|
||||||
that.faceAuthCount.appnt++;
|
that.faceAuthCount.appnt++;
|
||||||
|
if (this.faceAuthCount.appnt >= this.smsAuthNum) {
|
||||||
|
this.operaFlag = 'appnt'
|
||||||
|
this.realPeopelCheck()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}else{
|
}else{
|
||||||
@@ -589,6 +593,10 @@ export default {
|
|||||||
that.insuredUrl()
|
that.insuredUrl()
|
||||||
} else {
|
} else {
|
||||||
that.faceAuthCount.insured++;
|
that.faceAuthCount.insured++;
|
||||||
|
if (this.faceAuthCount.insured >= this.smsAuthNum) {
|
||||||
|
this.operaFlag = 'insured'
|
||||||
|
this.realPeopelCheck()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}else{
|
}else{
|
||||||
@@ -1044,6 +1052,14 @@ export default {
|
|||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
this.faceAuthCount.weixin++;
|
this.faceAuthCount.weixin++;
|
||||||
|
if (this.faceAuthCount.weixin >= this.smsAuthNum) {
|
||||||
|
if (window.sessionStorage.shareCode == '1') {
|
||||||
|
this.operaFlag = 'insured'
|
||||||
|
} else {
|
||||||
|
this.operaFlag = 'appnt'
|
||||||
|
}
|
||||||
|
this.realPeopelCheck()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -203,7 +203,7 @@ export default {
|
|||||||
that.disabled = false
|
that.disabled = false
|
||||||
} else {
|
} else {
|
||||||
this.faceAuthCount.weixin++;
|
this.faceAuthCount.weixin++;
|
||||||
if (this.faceAuthCount.weixin < this.smsAuthNum) {
|
if (this.faceAuthCount.weixin >= this.smsAuthNum) {
|
||||||
this.realPeopelCheck()
|
this.realPeopelCheck()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -380,6 +380,10 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
that.faceAuthCount.appnt++
|
that.faceAuthCount.appnt++
|
||||||
this.$toast(JSON.parse(data).error)
|
this.$toast(JSON.parse(data).error)
|
||||||
|
if (that.faceAuthCount.appnt >= this.smsAuthNum) {
|
||||||
|
this.$toast.clear()
|
||||||
|
this.realPeopelCheck()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user