From 634ccaf24ba13bef5ce676f870f625ca1bd7429f Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Thu, 26 Dec 2024 17:53:55 +0800 Subject: [PATCH] =?UTF-8?q?1.diy=E6=BB=9A=E5=8A=A8=E7=9B=91=E5=90=AC?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/diy/diy.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/diy/diy.vue b/components/diy/diy.vue index 2c4bf2f7..bb292ecd 100644 --- a/components/diy/diy.vue +++ b/components/diy/diy.vue @@ -600,7 +600,7 @@ this.scroll_top = scroll_num; // 清除定时器 this.scroll_throttle_timeout = null; - }, 50); // 可以根据实际情况调整延时时间 + }, 1); // 可以根据实际情况调整延时时间 } },