zhouhao
2022-01-08 980cd417324ef09cde62add23738e1e388a6902a
src/views/main/queryres.vue
@@ -99,7 +99,13 @@
  },
  //生命周期 - 创建完成(可以访问当前this实例)
  created() {
    this.bankCardNoInit()
     this.$api.getBizStatus({bizId:this.bizId,bizType:this.bizType}).then(res=>{
       if(res.body.status==99 &&  Number(this.bizType)==0 || res.body.status==88 &&  Number(this.bizType)==1  || res.body.status==99 &&  Number(this.bizType)==1){
             return this.ResultIs =true
       }else{
             this.bankCardNoInit()
       }
     })
    // if(this.getQueryVariable('orderNo')){
    //       this.orderNo=this.getQueryVariable('orderNo')
    // }else{