zhouhao
2022-01-07 693bbee94429f77e27ff8ed92825f9ed95a78f2f
src/views/main/queryres.vue
@@ -63,6 +63,7 @@
             window.clearInterval(t2)  // 去除定时器
             slfe.$router.push({path:'/main/bancardsucces',query:{bizId:slfe.bizId,bizType:slfe.bizType}})  
            }else if(res.body.status==3 &&  Number(slfe.bizType)==1 ){ //人脸识别成功  完成保理付款服务合同签署,待进行分销主体人脸认证
                  window.clearInterval(t2)  // 去除定时器
                  slfe.$router.push({path:'/',query:{bizId:slfe.bizId,bizType:slfe.bizType}})       
            }    
        })