陈剑华

Merge remote-tracking branch 'origin/main'

... ... @@ -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()
}
})
... ...