From aaae9c0a6ecda07e3a1494d9dff124df97e062ce Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Tue, 16 Jul 2024 16:33:58 +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