From b9ddb674123ba3edfb7226663dc16fd87bbf1c39 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 Feb 2026 17:37:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=98=BE=E7=A4=BA=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/plugins/video/components/comment-info.vue | 4 ++-- pages/plugins/video/detail/detail.vue | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pages/plugins/video/components/comment-info.vue b/pages/plugins/video/components/comment-info.vue index d57206b2..09a80e8d 100644 --- a/pages/plugins/video/components/comment-info.vue +++ b/pages/plugins/video/components/comment-info.vue @@ -24,10 +24,10 @@ - + {{ propComment.add_time }} - {{ propReplyContent }} + {{ propReplyContent }}({{ propComment.comments_count }}) diff --git a/pages/plugins/video/detail/detail.vue b/pages/plugins/video/detail/detail.vue index a2265b60..04363731 100644 --- a/pages/plugins/video/detail/detail.vue +++ b/pages/plugins/video/detail/detail.vue @@ -350,6 +350,10 @@ onShow() { this.init(); }, + onHide() { + // 清理所有视频资源 + this.cleanup_all_videos(); + }, mounted() { // #ifdef H5 // 添加全局点击事件监听