From 832c11478db9a6c82a97ae70b3e1751f02289721 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:47:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A7=86=E9=A2=91=E7=B4=A2?= =?UTF-8?q?=E5=BC=95?= 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, 1 insertion(+), 1 deletion(-) diff --git a/pages/plugins/video/detail/detail.vue b/pages/plugins/video/detail/detail.vue index 36d8a385..b3a95f6d 100644 --- a/pages/plugins/video/detail/detail.vue +++ b/pages/plugins/video/detail/detail.vue @@ -535,7 +535,7 @@ setTimeout(() => { // // 更新分享信息 - this.update_share_info(this.display_video_list[0]); + this.update_share_info(this.display_video_list[this.current_index]); this.display_video_list.forEach((item, index) => { this.create_video_contexts[index] = uni.createVideoContext(`video_${index}`, this);