From af97cef39ee968a454d3b2516090adff1273f397 Mon Sep 17 00:00:00 2001
From: queenwuli <942534046@qq.com>
Date: Mon, 21 Dec 2020 17:41:37 +0800
Subject: [PATCH] gx

---
 hive-app/pages/workbench/orderList.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/hive-app/pages/workbench/orderList.vue b/hive-app/pages/workbench/orderList.vue
index 96857fe..7bde155 100644
--- a/hive-app/pages/workbench/orderList.vue
+++ b/hive-app/pages/workbench/orderList.vue
@@ -18,7 +18,7 @@
 				}"
 			/>
 			<view class="list">
-				<view class="list-item" v-for="item in 4">
+				<navigator url="./orderDetail" class="list-item" v-for="item in 4">
 					<view class="list-header">
 						<text>订单号: N202012123556</text>
 						<text class="blue">待付款</text>
@@ -42,7 +42,7 @@
 					<view class="list-footer">
 						<text class="blue-btn small-btn">取消订单</text>
 					</view>
-				</view>
+				</navigator>
 			</view>
 		</view>
 	</view>
@@ -86,7 +86,7 @@
 		background: #F6F6F8;
 	}
 	.header{
-		padding: 10px;
+		padding: 10px 10px 5px;
 		background: #FFFFFF;
 	}
 	.tab{
@@ -98,6 +98,7 @@
 		border-radius: 4px;
 		margin: 10px;
 		color: #3a3f3f;
+		border: 1px solid #EDEAF4;
 	}
 	.list-header{
 		display: flex;

--
Gitblit v1.9.1