From 932d4625e7bb8b607b06b1e918c03f8168a07f02 Mon Sep 17 00:00:00 2001 From: yunkexin <760754045@qq.com> Date: Mon, 8 Jun 2026 09:16:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8A=82=E6=B5=81=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uni_modules/uview-ui/components/u-button/props.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uni_modules/uview-ui/components/u-button/props.js b/uni_modules/uview-ui/components/u-button/props.js index 07fd844..5d2d95b 100644 --- a/uni_modules/uview-ui/components/u-button/props.js +++ b/uni_modules/uview-ui/components/u-button/props.js @@ -134,7 +134,7 @@ export default { // 手指松开后点击态保留时间,单位毫秒 hoverStayTime: { type: [String, Number], - default: uni.$u.props.button.hoverStayTime + default: 500 }, // 按钮文字,之所以通过props传入,是因为slot传入的话 // nvue中无法控制文字的样式