-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Description
bug 描述(Describe the bug)
为了处理该问题, 升级版本后, 出现样式问题
this.player = new EZUIKitPlayer({ ...this.cameraData, id: 'videoDivId', theme: 'mobileLive', handleSuccess() { this.state = 'playing'; }, handleError(e) { if (e.retcode === 1003) { this.player && this.player.play(); } }, });
复现(To Reproduce)
再现步骤(Steps to reproduce the behavior):
uniapp h5 ,使用 「8.1.14 版本」初始化样式异常:
前端框架和版本 (Front end framework and version):
- Build Tools uniapp(vue2)
- Version [8..1.14]
- Node Version [14.21.3]
Metadata
Metadata
Assignees
Labels
No labels