From 377700c2d7677af5c08a7508ccf78e3ca32c9128 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期六, 06 七月 2024 15:18:25 +0800
Subject: [PATCH] #

---
 pages/home/home.vue |   22 ++++++++++++++++++----
 1 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/pages/home/home.vue b/pages/home/home.vue
index 8ef4dd5..d30e828 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -4,7 +4,7 @@
 			<view class="nav-list">
 				<navigator hover-class='none' :url="'/pages' + item.url" class="nav-li" navigateTo
 					:class="'bg-'+item.color" :style="[{animation: 'show ' + ((index+1)*0.2+1) + 's 1'}]"
-					v-for="(item,index) in elements" :key="index">
+					v-for="(item,index) in elements2" :key="index">
 					<view class="nav-title">{{item.title}}</view>
 					<view class="nav-name">{{item.name}}</view>
 					<text :class="'cuIcon-' + item.cuIcon"></text>
@@ -50,7 +50,7 @@
 						name: 'orderPutOn',
 						color: 'yellow',
 						cuIcon: 'pullup',
-						url: '/order/orderPutOn'
+						url: '/order/orderList'
 					},
 					{
 						title: '璁㈠崟缁勬墭',
@@ -58,6 +58,20 @@
 						color: 'olive',
 						cuIcon: 'pulldown',
 						url: '/order/orderComb'
+					},
+					{
+						title: '骞舵澘鍏ュ簱',
+						name: 'orderPickConfirm',
+						color: 'green',
+						cuIcon: 'pulldown',
+						url: '/order/orderPickConfirm'
+					},
+					{
+						title: '鍒朵护鍏ュ簱',
+						name: 'pakin',
+						color: 'green',
+						cuIcon: 'pulldown',
+						url: '/order/zlOrderPakin'
 					},
 					// {
 					// 	title: '搴撳瓨鏌ヨ',
@@ -149,9 +163,9 @@
 							}
 							that.elements.push({
 								title: '閫�鍑虹櫥褰�',
-								name: 'logOut',
+								name: '',
 								color: 'grey',
-								cuIcon: 'exit',
+								cuIcon: '',
 								url: '/login/logOut'
 							})
 						} else if (res.code === 403) {

--
Gitblit v1.9.1