From 0c99066e7edb155c58521396e7afdf4be8f9facc Mon Sep 17 00:00:00 2001
From: zqylzcwcxy <347891134@qq.com>
Date: Wed, 22 Mar 2023 19:26:46 +0800
Subject: [PATCH] =?UTF-8?q?:sparkles:feat:=20feat(uni-data-select):=20?=
=?UTF-8?q?=E8=87=AA=E5=8A=A8=E6=BB=9A=E5=8A=A8=E8=87=B3=E9=80=89=E4=B8=AD?=
=?UTF-8?q?=E9=80=89=E9=A1=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/uni-data-select/uni-data-select.vue | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/uni_modules/uni-data-select/components/uni-data-select/uni-data-select.vue b/uni_modules/uni-data-select/components/uni-data-select/uni-data-select.vue
index 2c2a9acf..b6bc7cda 100644
--- a/uni_modules/uni-data-select/components/uni-data-select/uni-data-select.vue
+++ b/uni_modules/uni-data-select/components/uni-data-select/uni-data-select.vue
@@ -12,13 +12,14 @@
-
+
{{emptyTips}}
{{formatItemName(item)}}
+
@@ -98,6 +99,8 @@
apps: [],
channels: [],
cacheKey: "uni-data-select-lastSelectedValue",
+ /** 滚动至的id */
+ scrollToId: 'scrollToId',
};
},
created() {