Commit df20905f authored by wangxin's avatar wangxin

Update Scene.js

parent 41b292c8
...@@ -150,6 +150,10 @@ cc.Class({ ...@@ -150,6 +150,10 @@ cc.Class({
this.playAudioByUrl(this.data.audio_title); this.playAudioByUrl(this.data.audio_title);
}); });
if (window && window["air"]) {
window["air"].hideAirClassLoading();
}
// for (var i = 0; i < this.data.total; i++) { // for (var i = 0; i < this.data.total; i++) {
// const op_s = cc.instantiate(this.op_sound); // const op_s = cc.instantiate(this.op_sound);
// op_s.getComponent("op_sound")._opId = i; // op_s.getComponent("op_sound")._opId = i;
......
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