diff --git a/src/App.vue b/src/App.vue index b10e831..6ed33c4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -47,7 +47,6 @@ const { checkHandleScreen, showCountDownDialog, title, toWallpaperTime } = useHa //指定时间返回首页时做的操作 function handleScreen() { - //TODO // router.push('/transfer') } diff --git a/src/components/List/List.vue b/src/components/List/List.vue index ac7e7b9..c78ba28 100644 --- a/src/components/List/List.vue +++ b/src/components/List/List.vue @@ -12,13 +12,13 @@ watch-overflow observe-parents :space-between="16" - :autoplay="{ delay: 30000 }" + :autoplay="{ delay: 30000, disableOnInteraction: false }" observe-slide-children :modules="modules" class="h-[1776px] py-5" @swiper="swiperInit" > - + @@ -33,7 +33,7 @@