zhouhao
2022-01-06 ec6b97d2b1b527aedf892f0fb2f03e152f4ddf77
src/views/main/queryres.vue
@@ -11,7 +11,7 @@
      <!-- <p class="content-text" v-if="isActive">{{examineStr}}</p> -->
      <div class="btn-content">
      <van-button  color="#6cc3bb" @click="refreshBtn" round v-if="!ResultIs">刷新</van-button>
      <van-button  color="#E43A28" @click="checkBtn" round v-if="ResultIs">重新校验</van-button>
      <van-button  color="#6cc3bb" @click="checkBtn" round v-if="ResultIs">重新校验</van-button>
      </div>
    </div>
  </div>
@@ -50,6 +50,7 @@
                     if(res.body.faceResult==0 || res.body.faceResult==3){  //人脸识别失败
                         slfe.dataInfo =res.body
                         slfe.ResultIs =true
                         this.datastr='活体校验失败,请重试'
                          window.clearInterval(t2)  // 去除定时器
                     }else if(res.body.faceResult==1) {  //人脸识别成功
                          window.clearInterval(t2)  // 去除定时器
@@ -59,7 +60,8 @@
                     }
                 })        
            }else if(res.body.status==2 &&  Number(slfe.bizType)==0){  //人脸识别成功
                      slfe.$router.push({path:'/main/bancardsucces',query:{bizId:slfe.bizId,bizType:slfe.bizType}})
             window.clearInterval(t2)  // 去除定时器
             slfe.$router.push({path:'/main/bancardsucces',query:{bizId:slfe.bizId,bizType:slfe.bizType}})
            }     
        })
      }, 5000)
@@ -88,7 +90,7 @@
           window.location.href ="https://www.shouxinshibai.com/"    
    },
    refreshBtn(){
        this.bankCardNoInit()
    }
  },
  //生命周期 - 创建完成(可以访问当前this实例)