wuyanan

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

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