mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
commit
73f9957fbd
@ -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,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user