Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -27,6 +27,7 @@ struct Index { | @@ -27,6 +27,7 @@ struct Index { | ||
| 27 | @State name: string = 'audio_status_wait'; | 27 | @State name: string = 'audio_status_wait'; |
| 28 | 28 | ||
| 29 | async aboutToAppear() { | 29 | async aboutToAppear() { |
| 30 | + window.findWindow("subWindow").setWindowBackgroundColor("#00000000") | ||
| 30 | this.AudioSuspension.playerController.get().onTimeUpdate = (position, duration) => { | 31 | this.AudioSuspension.playerController.get().onTimeUpdate = (position, duration) => { |
| 31 | this.currentTime = DateFormatUtil.convertMillisecondsToMinutesSeconds(position); | 32 | this.currentTime = DateFormatUtil.convertMillisecondsToMinutesSeconds(position); |
| 32 | this.totalTime = DateFormatUtil.convertMillisecondsToMinutesSeconds(duration); | 33 | this.totalTime = DateFormatUtil.convertMillisecondsToMinutesSeconds(duration); |
-
Please register or login to post a comment