mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 23:02:52 +08:00
[FIX]【更换人脸识别厂商微信端】打log调试
This commit is contained in:
@@ -442,6 +442,7 @@ export default {
|
||||
this.faceAuthCount.appnt = this.$route.query.faceAuthCountAppnt == undefined ? 0 : Number(this.$route.query.faceAuthCountAppnt)
|
||||
this.faceAuthCount.insured = this.$route.query.faceAuthCountInsured == undefined ? 0 : Number(this.$route.query.faceAuthCountInsured)
|
||||
this.faceAuthCount.weixin = this.$route.query.faceAuthCountWeixin == undefined ? 0 : Number(this.$route.query.faceAuthCountWeixin)
|
||||
console.log(1111, this.faceAuthCount.weixin, typeof this.faceAuthCount.weixin)
|
||||
} else {
|
||||
// 获取详情消息
|
||||
|
||||
@@ -1171,8 +1172,8 @@ export default {
|
||||
this.goUrl()
|
||||
}
|
||||
} else {
|
||||
this.faceAuthCount.weixin = Number(this.faceAuthCount.weixin) + 1
|
||||
console.log('微信人脸验证失败this.faceAuthCount.weixin', this.faceAuthCount.weixin)
|
||||
this.faceAuthCount.weixin++
|
||||
console.log('腾讯人脸识别失败', this.faceAuthCount.weixin, typeof this.faceAuthCount.weixin)
|
||||
if (this.faceAuthCount.weixin >= this.smsAuthNum) {
|
||||
if (window.sessionStorage.shareCode == '1') {
|
||||
this.operaFlag = 'insured'
|
||||
|
||||
Reference in New Issue
Block a user