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