[FIX]【更换人脸识别厂商微信端】打log调试

This commit is contained in:
yuweiqi
2020-05-08 18:17:18 +08:00
parent ea621abeb9
commit a0eae702b9

View File

@@ -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'