@@ -49,7 +49,7 @@ cc.Class({
onLoad () {
GameModule.audioMng = this;
this.currentAudio = {};
-
+ this.stopAll();
this.playBgm();
},