修改视频索引

master
于肖磊 2026-02-13 17:47:03 +08:00
parent fd8d1b3b34
commit 832c11478d
1 changed files with 1 additions and 1 deletions

View File

@ -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);