From f1ec2b2fef4ad07bf5fe42fbe44796d050319a81 Mon Sep 17 00:00:00 2001 From: zhouhao <787329763@qq.com> Date: Thu, 06 Jan 2022 18:49:12 +0800 Subject: [PATCH] 跳转校验 --- src/views/main/queryres.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/main/queryres.vue b/src/views/main/queryres.vue index cc9cbca..194074c 100644 --- a/src/views/main/queryres.vue +++ b/src/views/main/queryres.vue @@ -49,8 +49,8 @@ slfe.$api.getApplyStatus({bizId:slfe.bizId,bizType:slfe.bizType,status:res.body.status}).then(res=>{ if(res.body.faceResult==0 || res.body.faceResult==3){ //人脸识别失败 slfe.dataInfo =res.body - slfe.ResultIs =true this.datastr='活体校验失败,请重试' + slfe.ResultIs =true window.clearInterval(t2) // 去除定时器 }else if(res.body.faceResult==1) { //人脸识别成功 window.clearInterval(t2) // 去除定时器 -- Gitblit v1.8.0