修改视频播放逻辑处理

master
于肖磊 2026-02-26 15:22:31 +08:00
parent 924c2e03bf
commit e4c9a6077c
1 changed files with 11 additions and 9 deletions

View File

@ -549,6 +549,7 @@
});
setTimeout(() => {
if (!this.paused) {
//#ifdef H5
if (this.video_contexts[this.current_index]) { // 0
this.video_play_event(this.video_contexts[this.current_index], true);
@ -559,6 +560,7 @@
this.video_play_event(this.create_video_contexts[this.current_index], true);
}
//#endif
}
}, 200);
}, 0);
}