Commit 5a5c8090 authored by Li MingZhe's avatar Li MingZhe

fix: bug

parent 78899140
No preview for this file type
......@@ -164,8 +164,8 @@ cc.Class({
cc.assetManager.loadAny(preloadArr, null, null, (err, data) => {
// console.log(' preload data, ', data);
this.loadEnd();
// this.addServerListener();
// this.loadEnd();
this.addServerListener();
if (window && window["air"]) {
window["air"].hideAirClassLoading();
......@@ -240,9 +240,8 @@ cc.Class({
modelLevel: null,
initData() {
this.isDebug = true;
this.isTeacher = true;
// this.isDebug = true;
// this.isTeacher = true;
this.treeTypeArr = ['apple', 'banana', 'orange'];
this.typeIndex = 0;
......
......@@ -3,6 +3,6 @@
"packages": "packages",
"name": "play",
"id": "9af72fd2-44a6-4131-8ea3-3e1b3fa22231",
"version": "2.4.0",
"version": "2.4.4",
"isNew": false
}
\ No newline at end of file
No preview for this file type
{"ios":{"sceneName":"aks_03","version":"c78de"},"android":{"sceneName":"aks_03","version":"c78de"}}
\ No newline at end of file
{"ios":{"sceneName":"aks_03","version":"c39ad"},"android":{"sceneName":"aks_03","version":"c39ad"}}
\ No newline at end of file
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