src/views/main/queryres.vue
@@ -99,7 +99,13 @@ }, //生命周期 - 创建完成(可以访问当前this实例) created() { 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{