| | |
| | | var slfe = this |
| | | let objForm ={bizId:this.bizId,bizType:this.bizType} |
| | | var t2 = window.setInterval(function () { |
| | | slfe.$api.refreshFaceStatus({objForm}).then(res => { |
| | | slfe.$api.getBizStatus({objForm}).then(res => { |
| | | if(res.body.status==1 && Number(this.bizType)==0 || res.body.status==1 && Number(this.bizType)==1 || res.body.status==4 && Number(this.bizType)==1){ //人脸识别未出结果 |
| | | slfe.$api.getApplyStatus({...objForm,status:res.body.status}).then(res=>{ |
| | | if(res.body.faceResult==0 || res.body.faceResult==3){ //人脸识别失败 |