From fb64f25dd473c62b57f4ce673bb51ed19932ff8d Mon Sep 17 00:00:00 2001 From: chaoXxxxx <474142438@qq.com> Date: Fri, 1 Jul 2022 10:46:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=8A=A8=E7=94=BB?= =?UTF-8?q?=E6=89=A7=E8=A1=8Cbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Screen/hooks/useExecPlay.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/Screen/hooks/useExecPlay.ts b/src/views/Screen/hooks/useExecPlay.ts index 24ae5863..a5a7bb7d 100644 --- a/src/views/Screen/hooks/useExecPlay.ts +++ b/src/views/Screen/hooks/useExecPlay.ts @@ -119,12 +119,11 @@ export default () => { playedSlidesMinIndex.value = slideIndex.value } else animationIndex.value = formatedAnimations.value.length - inAnimation.value = false } else { throttleMassage('已经是第一页了') - inAnimation.value = false } + inAnimation.value = false } const execNext = () => { if (formatedAnimations.value.length && animationIndex.value < formatedAnimations.value.length) { @@ -233,4 +232,4 @@ export default () => { execNext, animationIndex, } -} \ No newline at end of file +}