From c3727f768c5b8ba23a5dab7e2fedac8aa30db169 Mon Sep 17 00:00:00 2001 From: admin <> Date: Wed, 16 Oct 2024 16:02:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CustomSwiper/index.vue | 6 ++++-- src/pagesHome/index.vue | 10 +++++++++- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/src/components/CustomSwiper/index.vue b/src/components/CustomSwiper/index.vue index 4991343..ee6c1ba 100644 --- a/src/components/CustomSwiper/index.vue +++ b/src/components/CustomSwiper/index.vue @@ -5,11 +5,13 @@ :circular="false" :indicator-dots="list.length > 1 ? true : false" :autoplay="false" - :interval="2000" - :duration="500" + :interval="0" + :duration="0" indicator-active-color="#2E53CC" @change="change" :current="current" + :disable-touch="true" + :touchable="false" > diff --git a/src/pagesHome/index.vue b/src/pagesHome/index.vue index ee23385..b4c0ba9 100644 --- a/src/pagesHome/index.vue +++ b/src/pagesHome/index.vue @@ -1,6 +1,13 @@