Commit 21477590 authored by Lwd's avatar Lwd

aaaa

parent 598625fd
...@@ -132,15 +132,21 @@ g.data_mgr = { ...@@ -132,15 +132,21 @@ g.data_mgr = {
preload() { preload() {
cc.assetManager.loadAny(null, null, null, (err, data) => { cc.assetManager.loadAny(null, null, null, (err, data) => {
//结束回调
this.loadEnd();
if (window && window["air"]) { if (window && window["air"]) {
window["air"].hideAirClassLoading(); cc.find('Canvas').opacity = 0;
window.air.onCourseInScreen = (next) => {
cc.find('Canvas').opacity = 255;
this.loadEnd();
next();
}
window.air.hideAirClassLoading();
} else {
this.loadEnd();
} }
cc.debug.setDisplayStats(false); cc.debug.setDisplayStats(false);
}); });
}, },
loadEnd() { loadEnd() {
//更新游戏界面信息 //更新游戏界面信息
g.game.inst.UpdataUi(); g.game.inst.UpdataUi();
......
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