From 7eebd7981c1f5d2c569556d1e87f7818cef18cce Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 21 八月 2025 13:15:15 +0800
Subject: [PATCH] 1.样式修改

---
 src/pages/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/pages/index.vue b/src/pages/index.vue
index f435335..42b2cbe 100644
--- a/src/pages/index.vue
+++ b/src/pages/index.vue
@@ -5,7 +5,7 @@
 				<up-text type="primary" :text="userStore.currentFactoryName" @click="show = true" size="18"
 								 class="factoryName" suffixIcon="arrow-right" :iconStyle="iconStyle"></up-text>
 			</view>
-			<up-picker :show="show" :columns="factoryList" @confirm="changeFactory"></up-picker>
+			<up-picker :show="show" :columns="factoryList" @confirm="changeFactory" @cancel="show = false"></up-picker>
 		</view>
 		
 		<view class="hero-section">

--
Gitblit v1.9.3