diff --git a/pages/API/background-audio/background-audio.uvue b/pages/API/background-audio/background-audio.uvue index 8eba162ba28f6b7138bffd266e77ecadc771f89d..4b9d10e7cc80f067f2d510de0dfd03c9cd8a2a6b 100644 --- a/pages/API/background-audio/background-audio.uvue +++ b/pages/API/background-audio/background-audio.uvue @@ -13,7 +13,6 @@ - @@ -59,7 +58,6 @@ this.playing = false; }) bgAudioMannager.onEnded(() => { - this.playing = false; this.playing = false; // this.playTime = this.playTime = 0; // thi.formatedPlayTime = this.formatedPlayTime @@ -129,6 +127,7 @@ }, stop: function () { this.bgAudioMannager?.stop(); + this.playing = false } } }