王士厅

fix: 语音播报早晚报文章时,进入列表中的视频稿件,然后再退出后,没有对语音播报暂停(安卓是会暂停的)

@@ -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 }