From f6898affd6308dddbe0bc0a626468c0aa65b661b Mon Sep 17 00:00:00 2001 From: "[liang]" <[595996918@qq.com]> Date: Fri, 5 Aug 2022 16:55:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E9=BC=A0=E6=A0=87=E6=82=AC?= =?UTF-8?q?=E5=81=9Cstop?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/seamless/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/seamless/index.vue b/src/components/seamless/index.vue index 0f31684..93e32f3 100644 --- a/src/components/seamless/index.vue +++ b/src/components/seamless/index.vue @@ -46,7 +46,7 @@ export default { return { step: 0.5, // 数值越大速度滚动越快 limitMoveNum: 2, // 开始无缝滚动的数据量 this.dataList.length - hoverStop: true, // 是否开启鼠标悬停stop + hoverStop: false, // 是否开启鼠标悬停stop direction: 1, // 0向下 1向上 2向左 3向右 // autoPlay: false, openWatch: true, // 开启数据实时监控刷新dom