From ef3fac493fe296e4f08fa63a3fdc9894631f0d7b Mon Sep 17 00:00:00 2001 From: yunkexin <760754045@qq.com> Date: Tue, 30 Jun 2026 09:29:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E8=AE=BE=E7=BD=AE=E8=8A=82=E6=B5=81?= =?UTF-8?q?=E6=97=B6=E9=97=B4=EF=BC=8C=E9=87=8D=E5=A4=8D=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E5=90=8E=E7=AB=AF=E5=A4=84=E7=90=86?= 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 b7ba74b..3635f36 100644 --- a/uni_modules/uview-ui/components/u-button/props.js +++ b/uni_modules/uview-ui/components/u-button/props.js @@ -124,7 +124,7 @@ export default { // 节流,一定时间内只能触发一次 throttleTime: { type: [String, Number], - default: 1000 + default: uni.$u.props.button.throttleTime }, // 按住后多久出现点击态,单位毫秒 hoverStartTime: {