From 8d04560f599cc51a56a9c7f8476c8db69192bdc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Thu, 26 Feb 2026 17:58:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0tabs=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=9B=B4=E5=9D=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/plugins/video/detail/detail.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pages/plugins/video/detail/detail.vue b/pages/plugins/video/detail/detail.vue index 73da7b4d..d78d0419 100644 --- a/pages/plugins/video/detail/detail.vue +++ b/pages/plugins/video/detail/detail.vue @@ -542,7 +542,15 @@ this.update_display_data(); setTimeout(() => { - // // 更新分享信息 + //#ifdef H5 + // 更新页面标题 + const current_video = this.video_data_list.find(item => item.id == id); + if (current_video && current_video.title) { + document.title = current_video.title; + } + //#endif + + // 更新分享信息 this.update_share_info(this.display_video_list[this.current_index]); this.display_video_list.forEach((item, index) => {