Commit 2bb256f7 authored by limingzhe's avatar limingzhe

fix: debug

parent 8abad6d8
......@@ -140,11 +140,12 @@ cc.Class({
if (window && window["air"]) {
// cc.find('Canvas').opacity = 0;
window.air.onCourseInScreen = (next) => {
// cc.find('Canvas').opacity = 255;
// window.air.onCourseInScreen = (next) => {
// // cc.find('Canvas').opacity = 255;
// this.loadEnd();
// next();
// }
this.loadEnd();
next();
}
window.air.hideAirClassLoading();
} else {
this.loadEnd();
......
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