src/views/main/queryres.vue
@@ -29,7 +29,9 @@ orderNo:0, ResultIs:false, examineIs:true, dataInfo:{} dataInfo:{}, bizId:this.$route.query.bizId, //订单编号 bizType:this.$route.query.bizType, //订单类型 }; }, //监听属性 类似于data概念 @@ -56,8 +58,8 @@ } }) }else{ }else if(res.body.status==2 && Number(slfe.bizType)==0){ //人脸识别成功 slfe.$router.push({path:'/main/bancardsucces',query:{bizId:slfe.bizId,bizType:slfe.bizType}}) } }) }, 5000)