Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -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) { |
-
Please register or login to post a comment