live-player 的封面图怎么调用?poster 不管用嘛?

发布于 7 年前作者 longyong13590 次浏览最后编辑 7 年前来自 ask
<live-player
                        // eslint-disable-next-line taro/props-reserve-keyword
                        class='video-mod'
                        src={jsonMain.play_url}
                        poster={jsonMain.promote_img}
                        mode='RTC'
                        autoplay
                        bindstatechange='statechange'
                        binderror='error'
                    />

poster 编译后代码里,显示了图片路径,但是不显示在画布上。感谢前辈

1 回复
minding
minding1 楼5 年前

麻烦提供能复现问题的代码片段https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html