张善主

fix(直播): 非沉浸式直播暂停/播放,回放优化

... ... @@ -376,7 +376,9 @@ export struct PlayUIComponent {
this.playerController?.pause()
} else {
this.isPlayStatus = true
if (this.contentDetailData.liveInfo?.liveState == 'running') {
this.playerController?.firstPlay(this.liveUrl)
}
this.playerController?.play()
}
})
... ...