From 682ca9d7a7cd97ad02a9350b8cf8f931462c0a18 Mon Sep 17 00:00:00 2001
From: queenwuli <942534046@qq.com>
Date: Fri, 18 Dec 2020 15:47:17 +0800
Subject: [PATCH] gx

---
 hive-app/pages/workbench/submitSucceed.vue |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/hive-app/pages/workbench/submitSucceed.vue b/hive-app/pages/workbench/submitSucceed.vue
index 57ad2d8..cf4c239 100644
--- a/hive-app/pages/workbench/submitSucceed.vue
+++ b/hive-app/pages/workbench/submitSucceed.vue
@@ -3,8 +3,14 @@
 	<view class="flex flex-v align-center">
 		<image class="img" mode="aspectFit" src="../../static/images/succeed.png"></image>
 		<text class="font-16">提交成功请到前台付款</text>
-		<button class="blue-btn btn mt-20">查看详情</button>
-		<button class="white-btn btn mt-20">返回首页</button>
+		<view class="sticky-footer">
+			<navigator url="./orderList">
+				<button class="blue-btn btn">查看详情</button>
+			</navigator>
+			<navigator url="./index" open-type="switchTab">
+				<button class="white-btn btn mt-15">返回首页</button>
+			</navigator>
+		</view>
 	</view>
 </template>
 
@@ -14,8 +20,7 @@
 <style>
 	.img{
 		width:200px;
-	}
-	.btn{
-		padding: 0 40px;
+		height: 150px;
+		margin-top: 50px;
 	}
 </style>

--
Gitblit v1.9.1