Commit 02578590 authored by liujiangnan's avatar liujiangnan

feat

parent d8aad452
......@@ -102,7 +102,7 @@ export default class NewClass extends middleLayerBase {
cc.sys.localStorage.setItem('activeSyllabuses', sylles);
this.showWaitingLetters();
this.loadOnlineBundle("ngt_main");
this.loadOnlineBundle("cartoon_main");
} else {
cc.find(`middleLayer/activeLayer`).active = true;
}
......@@ -123,7 +123,7 @@ export default class NewClass extends middleLayerBase {
if (sylles) {
cc.sys.localStorage.setItem('activeSyllabuses', sylles);
this.showWaitingLetters();
this.loadOnlineBundle("ngt_main");
this.loadOnlineBundle("cartoon_main");
} else {
cc.find(`middleLayer/activeLayer`).active = true;
}
......@@ -142,7 +142,7 @@ export default class NewClass extends middleLayerBase {
cc.find('middleLayer/ExitBtn').active = false;
this.showWaitingLetters();
this.loadOnlineBundle("ngt_main");
this.loadOnlineBundle("cartoon_main");
}, 0.5)
buttonOnClick(cc.find('middleLayer/BtnRight'), () => {
......
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