Merge branch 'feature/GFRS-2069【待确定】白名单管理' into dev

# Conflicts:
#	src/views/ebiz/preserve/common/HandleResult.vue
This commit is contained in:
mengxiaolong
2020-12-10 14:54:28 +08:00
8 changed files with 724 additions and 75 deletions

View File

@@ -369,10 +369,9 @@ export default {
})
// const authRes = await this.fakeFaceAuth(true)
console.log(authRes)
if (authRes.state == '1') {
if (JSON.parse(authRes).state == '1') {
this.goUrl(code)
} else {
this.$toast('人脸识别失败')
// 人脸验证失败更新faceAuthCount
this.faceAuthCount++
}