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); // 可以根据实际情况调整延时时间 } },