wxml
<live-player wx:if="{{url!==''}}" id="player-{{uid}}" src="{{url}}" mode="RTC" class="player" orientation="{{orientation}}" bindstatechange="playerStateChange" object-fit="fillCrop" style="height:{{height}}px; position: absolute; width: 100%; top: 0; left: 0;" debug="{{debug}}" autoplay="true" muted="{{muted}}" auto-pause-if-navigate="{{false}}" auto-pause-if-open-native="{{false}}"/>
跳到其他页面还是停止播放了