From 2e9bb3fd5bfa8059ac6d7f076f7ee84bfe55610f Mon Sep 17 00:00:00 2001 From: zhouhao <787329763@qq.com> Date: Thu, 06 Jan 2022 15:21:24 +0800 Subject: [PATCH] 修改人脸识别失败 --- src/views/main/singsuc.vue | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/views/main/singsuc.vue b/src/views/main/singsuc.vue index ef17dfb..3f0b248 100644 --- a/src/views/main/singsuc.vue +++ b/src/views/main/singsuc.vue @@ -1,13 +1,13 @@ <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> + <p class="content-text"> 您的授信已提交,稍后查询授信状态</p> + <van-button @click="returnApp" round block color="#6cc3bb" style="width:80%">确认</van-button> </div> </div> </template> @@ -28,7 +28,7 @@ //方法集合 methods: { returnApp(){ - window.location.href ="https://www.qianyuechenggong.com/" + window.location.href ="https://www.qadlj.com/authorizeBack.html" } }, //生命周期 - 创建完成(可以访问当前this实例) @@ -55,5 +55,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