From 8adc5b5f8085101034d3381213f82036ca46426a Mon Sep 17 00:00:00 2001
From: zhouhao <787329763@qq.com>
Date: Mon, 10 Jan 2022 14:20:27 +0800
Subject: [PATCH] 修改合同预览
---
src/views/main/singsuc.vue | 20 ++++++++++++++------
1 files changed, 14 insertions(+), 6 deletions(-)
diff --git a/src/views/main/singsuc.vue b/src/views/main/singsuc.vue
index ef17dfb..b19a810 100644
--- a/src/views/main/singsuc.vue
+++ b/src/views/main/singsuc.vue
@@ -1,13 +1,17 @@
<template>
<div class='text-main'>
- <van-nav-bar title="审核结果"/>
+ <!-- <van-nav-bar title="审核结果"/> -->
<div style=" text-align: center;">
- <img width="70%" height="180" src="../../assets/img/successw.png" />
+ <img height="180" src="../../assets/img/successw.png" />
</div>
- <div class="content">
- <p class="content-text"> 签约成功</p>
- <van-button @click="returnApp" round block color="#E43A28">返回</van-button>
+ <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>
</template>
@@ -28,7 +32,7 @@
//方法集合
methods: {
returnApp(){
- window.location.href ="https://www.qianyuechenggong.com/"
+ window.location.href ="https://www.qadlj.com/authorizeBack.html"
}
},
//生命周期 - 创建完成(可以访问当前this实例)
@@ -55,5 +59,9 @@
font-weight: 500;
color: #999999;
}
+ .van-button{
+ margin: 0 auto;
+ margin-top: 20px;
+ }
}
</style>
\ No newline at end of file
--
Gitblit v1.8.0