Showing
2 changed files
with
0 additions
and
2 deletions
| @@ -119,7 +119,6 @@ export struct DetailVideoListPage { | @@ -119,7 +119,6 @@ export struct DetailVideoListPage { | ||
| 119 | console.info(TAG, 'this.isShowAudioCom: ' + this.isShowAudioCom); | 119 | console.info(TAG, 'this.isShowAudioCom: ' + this.isShowAudioCom); |
| 120 | if (this.isShowAudioCom) { | 120 | if (this.isShowAudioCom) { |
| 121 | this.AudioSuspension.showWindow() | 121 | this.AudioSuspension.showWindow() |
| 122 | - this.AudioSuspension.playerController.get()?.play(); | ||
| 123 | this.isShowAudioCom = false | 122 | this.isShowAudioCom = false |
| 124 | } | 123 | } |
| 125 | } | 124 | } |
| @@ -278,7 +278,6 @@ export struct BottomNavigationComponent { | @@ -278,7 +278,6 @@ export struct BottomNavigationComponent { | ||
| 278 | console.info(TAG, 'this.isShowAudioCom: ' + this.isShowAudioCom); | 278 | console.info(TAG, 'this.isShowAudioCom: ' + this.isShowAudioCom); |
| 279 | if (this.isShowAudioCom) { | 279 | if (this.isShowAudioCom) { |
| 280 | this.AudioSuspension.showWindow() | 280 | this.AudioSuspension.showWindow() |
| 281 | - this.AudioSuspension.playerController.get()?.play(); | ||
| 282 | this.isShowAudioCom = false | 281 | this.isShowAudioCom = false |
| 283 | } | 282 | } |
| 284 | } | 283 | } |
-
Please register or login to post a comment