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 +}