From f1bc6c8bf81dad2ecbaa6d46c28a4d021e03793e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E5=A4=A9?= Date: Tue, 7 Jul 2020 10:57:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=BB=9A=E5=8A=A8=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=9C=A8=E5=BF=AB=E9=80=9F=E6=BB=9A=E5=8A=A8=E6=97=B6?= =?UTF-8?q?=E7=9A=84=E9=80=9F=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/scroll/index.wc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scroll/index.wc b/src/scroll/index.wc index adab01e..f7539d3 100644 --- a/src/scroll/index.wc +++ b/src/scroll/index.wc @@ -261,7 +261,7 @@ export default class Scroll { var deltaY var now = Date.now() - if (!this.stamp || now - this.stamp > 1000) { + if (!this.stamp || now - this.stamp > 800) { this.stamp = now this.times = 1 }