From 1f23194d1d50228525c67e82995c2cb1584817c2 Mon Sep 17 00:00:00 2001
From: zhouhao <787329763@qq.com>
Date: Tue, 11 Jan 2022 13:53:53 +0800
Subject: [PATCH] 修改样式
---
src/views/main/queryres.vue | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/views/main/queryres.vue b/src/views/main/queryres.vue
index 2c5b53d..0eb62dd 100644
--- a/src/views/main/queryres.vue
+++ b/src/views/main/queryres.vue
@@ -33,6 +33,7 @@
examineIs:true,
dataInfo:{
},
+ dataForm:{},
bizId:this.$route.query.bizId, //订单编号
bizType:this.$route.query.bizType, //订单类型
signBtn:false,//重新签约按钮
@@ -89,8 +90,7 @@
slfe.ResultIs =false
}else if( slfe.dataInfo.status==3){ //完成个人单笔合同签署 待分销主体验证
window.clearInterval(t2)
- // slfe.$router.push({path:'/',query:{bizId:slfe.bizId,bizType:slfe.bizType}})
- window.location.href ="https://www.qadlj.com/authorizeBack.html"
+ slfe.$router.push({path:'/main/bancardsucces',query:{bizId:slfe.bizId,bizType:slfe.bizType}})
}else if( slfe.dataInfo.status==4){ //授权人脸未出结果
slfe.datastr ='活体校验识别中,请稍等.....'
slfe.signBtn =false
@@ -155,7 +155,7 @@
})
},
returnPage(){ //返回APP
- window.location.href ="https://www.qadlj.com/authorizeBack.html"
+ window.location.href =res.body.callBackUrl
}
},
//生命周期 - 创建完成(可以访问当前this实例)
@@ -168,6 +168,7 @@
// }else{ //执行定时器
// this.bankCardNoInit()
// }
+ this.dataForm =res.body
var slfe = this
if(Number(this.bizType) ==0){ //签署授权函
if(res.body.status==1){ //授权人脸未出结果
@@ -208,7 +209,7 @@
slfe.ResultIs =false
}else if( res.body.status==3){ //完成个人单笔合同签署 待分销主体验证
// slfe.$router.push({path:'/',query:{bizId:slfe.bizId,bizType:slfe.bizType}})
- window.location.href ="https://www.qadlj.com/authorizeBack.html"
+ slfe.$router.push({path:'/main/bancardsucces',query:{bizId:slfe.bizId,bizType:slfe.bizType}})
}else if( res.body.status==4){ //授权人脸未出结果
slfe.datastr ='活体校验识别中,请稍等.....'
slfe.signBtn =false
--
Gitblit v1.8.0