From 33413c6be7f338ba1ee92b3218e5c078364675dc Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期三, 24 七月 2024 17:29:07 +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