From a78bab17fbf7932a7ea56e36d3311805cbe1e1d6 Mon Sep 17 00:00:00 2001
From: zhouhao <787329763@qq.com>
Date: Fri, 07 Jan 2022 11:18:36 +0800
Subject: [PATCH] 增加失败验证
---
src/views/main/singsuc.vue | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/views/main/singsuc.vue b/src/views/main/singsuc.vue
index 71dd455..b19a810 100644
--- a/src/views/main/singsuc.vue
+++ b/src/views/main/singsuc.vue
@@ -5,8 +5,12 @@
<div style=" text-align: center;">
<img height="180" src="../../assets/img/successw.png" />
</div>
- <div class="content">
+ <div class="content" v-if="$route.query.bizType==0">
<p class="content-text"> 您的授信已提交,稍后查询授信状态</p>
+ <van-button @click="returnApp" round block color="#6cc3bb" style="width:80%">确认</van-button>
+ </div>
+ <div class="content" v-else>
+ <p class="content-text">分佣垫付已提交,稍后查询结果</p>
<van-button @click="returnApp" round block color="#6cc3bb" style="width:80%">确认</van-button>
</div>
</div>
@@ -28,7 +32,7 @@
//方法集合
methods: {
returnApp(){
- window.location.href ="https://www.qianyuechenggong.com/"
+ window.location.href ="https://www.qadlj.com/authorizeBack.html"
}
},
//生命周期 - 创建完成(可以访问当前this实例)
--
Gitblit v1.8.0