修改视频播放逻辑处理
parent
924c2e03bf
commit
e4c9a6077c
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue