更新tabs信息更坏

master
于肖磊 2026-02-26 17:58:24 +08:00
parent 8e7ff38443
commit 8d04560f59
1 changed files with 9 additions and 1 deletions

View File

@ -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) => {