From 2cc85c64f1c64a2dbaeae276a3e2ca8420de76b7 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期三, 22 四月 2026 18:09:58 +0800
Subject: [PATCH] 上报转运调试
---
node_modules/uview-plus/components/u-action-sheet/props.js | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/node_modules/uview-plus/components/u-action-sheet/props.js b/node_modules/uview-plus/components/u-action-sheet/props.js
index 408f32f..e08c9af 100644
--- a/node_modules/uview-plus/components/u-action-sheet/props.js
+++ b/node_modules/uview-plus/components/u-action-sheet/props.js
@@ -31,6 +31,16 @@
type: Array,
default: () => defProps.actionSheet.actions
},
+ // 閫夐」鍚嶇Оkey
+ nameKey: {
+ type: String,
+ default: () => defProps.actionSheet.nameKey
+ },
+ // 閫夐」瀛愬悕绉発ey
+ subnameKey: {
+ type: String,
+ default: () => defProps.actionSheet.subnameKey
+ },
// 鍙栨秷鎸夐挳鐨勬枃瀛楋紝涓嶄负绌烘椂鏄剧ず鎸夐挳
cancelText: {
type: String,
--
Gitblit v1.9.3