Commit e30e486c authored by asdf's avatar asdf

.

parent 2acf037e
......@@ -131,6 +131,9 @@ cc.Class({
}
this.nodeDict.nodBgTitle.on('touchstart', () => {
if(GameData.audioCount !== 0){
return;
}
GameData.audioCount++;
let url = this.data.questionAudio;
// url = 'http://127.0.0.1/iamflying.mp3';
......
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