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
|
playedSlidesMinIndex.value = slideIndex.value
|
||||||
}
|
}
|
||||||
else animationIndex.value = formatedAnimations.value.length
|
else animationIndex.value = formatedAnimations.value.length
|
||||||
inAnimation.value = false
|
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
throttleMassage('已经是第一页了')
|
throttleMassage('已经是第一页了')
|
||||||
inAnimation.value = false
|
|
||||||
}
|
}
|
||||||
|
inAnimation.value = false
|
||||||
}
|
}
|
||||||
const execNext = () => {
|
const execNext = () => {
|
||||||
if (formatedAnimations.value.length && animationIndex.value < formatedAnimations.value.length) {
|
if (formatedAnimations.value.length && animationIndex.value < formatedAnimations.value.length) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user