zhouhao
2022-01-06 f1ec2b2fef4ad07bf5fe42fbe44796d050319a81
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)  // 去除定时器