mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-15 18:46:43 +08:00
Merge branch 'feature/GFRS-2069【待确定】白名单管理' into dev
# Conflicts: # src/views/ebiz/preserve/common/HandleResult.vue
This commit is contained in:
@@ -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++
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user