Commit b50a3e4c authored by wildfirecode13's avatar wildfirecode13

1

parent 2c8ca55e
...@@ -512,5 +512,13 @@ Page({ ...@@ -512,5 +512,13 @@ Page({
// playBgMusic(true,musicUrl) // playBgMusic(true,musicUrl)
playBgMusic(musicSwitch, musicUrl); playBgMusic(musicSwitch, musicUrl);
// console.log('fuck music') // console.log('fuck music')
} },
onShow(){
console.log('onshow')
this.addMusic(true)
},
onHide(){
console.log('onHide')
this.addMusic(false)
},
}); });
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment