From 668e5ccf4d4f162800c67d94e6bbb9d4a2fd5cfb Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期日, 04 五月 2025 16:36:19 +0800
Subject: [PATCH] 重复点击上报问题修复

---
 pages/home/index.vue |   36 ++++++++++++++++++++++++------------
 1 files changed, 24 insertions(+), 12 deletions(-)

diff --git a/pages/home/index.vue b/pages/home/index.vue
index 475cebb..c38f764 100644
--- a/pages/home/index.vue
+++ b/pages/home/index.vue
@@ -71,7 +71,7 @@
 				<navigator hover-class='none' url="/pages/inspect/bad" navigateTo>
 					<view class="cuIcon-appreciate text-blue">
 					</view>
-					<text>璐х墿鏍囪</text>
+					<text>涓嶈壇鏍囪</text>
 				</navigator>
 			</view>
 
@@ -91,19 +91,31 @@
 					<text>涓婃灦</text>
 				</navigator>
 			</view>
-		</view>
-
-
-
-
-		<!-- <view class="cu-list menu card-menu margin-top-xl margin-bottom-xl shadow-lg radius">
-			<view class="cu-item arrow">
-				<navigator class="content" url="/pages/userinfo/userinfo" hover-class="none">
-					<text class="cuIcon-profile text-blue"></text>
-					<text class="text-grey">涓汉淇℃伅</text>
+			<view class="cu-item">
+				<navigator hover-class='none' url="/pages/phyz/inStock/inStock" navigateTo>
+					<view class="cuIcon-punch text-blue">
+					</view>
+					<text>鍏ュ簱涓婃灦</text>
 				</navigator>
 			</view>
-		</view> -->
+		</view>
+		
+		<view class="cu-bar bg-white solid-bottom margin-top">
+			<view class="action">
+				<text class="cuIcon-title text-orange "></text> 鍑哄簱
+			</view>		
+		</view>
+		
+		<view class="cu-list grid col-4 no-border">
+			<view class="cu-item">
+				<navigator hover-class='none' url="/pages/outbound/fastPicking" navigateTo>
+					<view class="cuIcon-apps text-blue">
+					</view>
+					<text>蹇�熸嫞璐�</text>
+				</navigator>
+			</view>
+		
+		</view>
 
 		<view class="padding flex flex-direction">
 			<view class="cu-btn bg-red margin-tb-sm lg round" @click="equit">閫�鍑虹櫥褰�</view>

--
Gitblit v1.9.1