收藏
回答

使用liveplayer组件播放视频动态设置orientation的值,在PC端小程序为什么不生效?

<live-player v-if="isShowPlayer" id="livePlayer" :src="url" :orientation="orientation" :min-cache="cacheMinTime" :max-cache="cacheMaxTime" :autoplay="isPlay" mode="live" @statechange="statechange($event,url)" :muted="isMute" @error="error" style="width: 100%;"

    :style="{height:playHeight+'px'}" object-fit="contain" @netstatus="netstatusChange"/>

回答关注问题邀请回答
收藏
登录 后发表内容