From d8a5af48e83a64903c63624b994d3aa2b4992e7e Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期日, 29 九月 2024 09:40:29 +0800
Subject: [PATCH] #

---
 pages/home/home.vue |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/pages/home/home.vue b/pages/home/home.vue
index 0abd273..154a33f 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 elements2" :key="index">
+					v-for="(item,index) in elements" :key="index">
 					<view class="nav-title">{{item.title}}</view>
 					<view class="nav-name">{{item.name}}</view>
 					<text :class="'cuIcon-' + item.cuIcon"></text>
@@ -46,6 +46,13 @@
 						url: '/order/orderPakin'
 					},
 					{
+						title: '閿�鍞崟鍏ュ簱',
+						name: 'orderIn',
+						color: 'blue',
+						cuIcon: 'pullup',
+						url: '/order/orderIn'
+					},
+					{
 						title: 'Bom鍏ュ簱鍗�',
 						name: 'orderBomPakin',
 						color: 'red',

--
Gitblit v1.9.1