wuyanan

ref |> 关闭直播详情直播间Tab,音频消息自动播放

... ... @@ -13,7 +13,7 @@ export struct AudioRowComponent {
aboutToAppear(): void {
this.playerController.onCanplay = () => {
this.playerController.play()
// this.playerController.play()
}
this.playerController.onStatusChange = (status: number) => {
if (status == PlayerConstants.STATUS_START) {
... ...