From e6816a231a77ef5b9ef0e633f522f27441df0166 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Wed, 11 Mar 2026 18:45:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=9C=80=E5=90=8E=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E5=92=8C=E7=AC=AC=E4=B8=80=E4=B8=AA=E7=9A=84=E6=8F=90?= =?UTF-8?q?=E7=A4=BA1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/plugins/video/detail/detail.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/pages/plugins/video/detail/detail.vue b/pages/plugins/video/detail/detail.vue index a5ee9d2f..f23427c6 100644 --- a/pages/plugins/video/detail/detail.vue +++ b/pages/plugins/video/detail/detail.vue @@ -837,13 +837,11 @@ // 向下滑动,切换到上一个 if (this.current_video_index <= 0) { app.globalData.showToast('已经是第一个视频了'); - return; } } else { // 向上滑动,切换到下一个 if (this.current_video_index >= this.video_data_list.length - 1) { app.globalData.showToast('已经是最后一个视频了'); - return; } }