video的弹幕danmu-list怎么异步更新,因为请求api接口时间长,不能让video空白,怎么api接口返回数据后再更新danmu-list
jahem
- 发布:2024-08-21 14:04
- 更新:2024-08-21 15:11
- 阅读:111
参考 video组件demo , 调用 sendDanmu 添加弹幕
this.videoContext.sendDanmu({
text: 'this.danmuValue',
color: this.getRandomColor(),
timer: 14,
});
jahem (作者)
回调赋值更新后,正在播放的video也没出现弹幕
2024-08-21 14:10