From f5168b8cc5701bede6c6993b5eb34655c8026173 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com>
Date: Fri, 13 Mar 2026 14:19:28 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=98=BE=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/plugins/video/detail/detail.nvue | 6 +++---
pages/plugins/video/detail/detail.vue | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pages/plugins/video/detail/detail.nvue b/pages/plugins/video/detail/detail.nvue
index 62646d55..549a0237 100644
--- a/pages/plugins/video/detail/detail.nvue
+++ b/pages/plugins/video/detail/detail.nvue
@@ -187,7 +187,7 @@
- {{mainItem.name}}
+ {{mainItem.name}}{{ current_main_index === main_index }}
@@ -202,7 +202,7 @@
- {{subItem}}
+ {{subItem}}{{ current_sub_index === sub_index }}
@@ -397,7 +397,7 @@
this.windowHeight = data.windowHeight;
// 调用公共事件方法
app.globalData.page_event_onshow_handle();
-
+
// 视频播放
if (!this.is_manual_pause && this.create_video_contexts && this.create_video_contexts[this.current_index]) {
this.video_play_event(this.create_video_contexts[this.current_index]);
diff --git a/pages/plugins/video/detail/detail.vue b/pages/plugins/video/detail/detail.vue
index 8257edc2..97f089ae 100644
--- a/pages/plugins/video/detail/detail.vue
+++ b/pages/plugins/video/detail/detail.vue
@@ -371,7 +371,7 @@
onShow() {
// 调用公共事件方法
app.globalData.page_event_onshow_handle();
-
+ console.log(this.is_manual_pause);
// 视频播放
if (!this.is_manual_pause && this.create_video_contexts[this.current_index]) {
this.video_play_event(this.create_video_contexts[this.current_index]);