From 9d5b4d650e5b01081d3537c750e7469db4d161e3 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Tue, 29 Apr 2025 08:53:20 +0800
Subject: [PATCH] 提交
---
common/anti_shake.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/common/anti_shake.js b/common/anti_shake.js
index 2dbbd77..3b34d30 100644
--- a/common/anti_shake.js
+++ b/common/anti_shake.js
@@ -14,7 +14,7 @@
}
setTimeout(()=> {
that.noClick= true;
- }, 2000)//时间可以自己定义
+ }, 4000)//时间可以自己定义
} else {
// 这里是重复点击的判断
uni.showToast({
--
Gitblit v1.9.2