From e3172de7866b5d04e4d3a4d5eea400c7b3eea227 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期三, 14 八月 2024 09:56:40 +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