diff --git a/src/core/view/components/swiper/index.vue b/src/core/view/components/swiper/index.vue index b88b2acbbb9f0c8c59d5ade172407b7f9b9a0d84..213b16c47072fd844b3847107141eb017ecb5909 100644 --- a/src/core/view/components/swiper/index.vue +++ b/src/core/view/components/swiper/index.vue @@ -682,9 +682,10 @@ export default { } if (hide) { - return this.hideNavigationTimer = setTimeout(() => { + this.hideNavigationTimer = setTimeout(() => { this.hideNavigation = hide }, 300) + return } this.hideNavigation = hide