From a78bab17fbf7932a7ea56e36d3311805cbe1e1d6 Mon Sep 17 00:00:00 2001
From: zhouhao <787329763@qq.com>
Date: Fri, 07 Jan 2022 11:18:36 +0800
Subject: [PATCH] 增加失败验证
---
src/views/main/queryres.vue | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/views/main/queryres.vue b/src/views/main/queryres.vue
index eb694e5..23bc718 100644
--- a/src/views/main/queryres.vue
+++ b/src/views/main/queryres.vue
@@ -65,6 +65,10 @@
}else if(res.body.status==3 && Number(slfe.bizType)==1 ){ //人脸识别成功 完成保理付款服务合同签署,待进行分销主体人脸认证
window.clearInterval(t2) // 去除定时器
slfe.$router.push({path:'/',query:{bizId:slfe.bizId,bizType:slfe.bizType}})
+ }else if(res.body.status==99 && Number(slfe.bizType)==0 || res.body.status==88 && Number(slfe.bizType)==1 || res.body.status==99 && Number(slfe.bizType)==1){ //人脸识别失败
+ window.clearInterval(t2) // 去除定时器
+ slfe.dataInfo =res.body
+ slfe.ResultIs =true //重试
}
})
}, 5000)
@@ -85,12 +89,9 @@
} else{ //生产
objUrl = `${window.location.origin}/comn_business/#/main/queryres?bizId=${this.bizId}&bizType=${this.bizType}`
}
- this.$api.refreshFaceStatus({rpcId:this.dataInfo.failRpcId,callbackUrl:objUrl}).then(res => {
+ this.$api.refreshFaceStatus({bizId:this.bizId,bizType:this.bizType,callbackUrl:objUrl}).then(res => {
window.location.href =res.body.faceUrl
})
- },
- returnApp(){
- window.location.href ="https://www.shouxinshibai.com/"
},
refreshBtn(){
this.bankCardNoInit()
--
Gitblit v1.8.0