修改页面数据处理

master
于肖磊 2026-03-12 10:21:32 +08:00
parent b1c5db9d2c
commit c333f38c8e
1 changed files with 1 additions and 1 deletions

View File

@ -1004,7 +1004,7 @@
}
// this.$nextTick(() => {
// setTimeout(() => {
// 2. 再把新数据 push 进去(触发内容变化)
// 2. 再把新数据 push 进去(触发内容变化)
list.forEach(item => this.display_video_list.push(item))
// }, 0);
// });