@@ -498,7 +498,7 @@
"__id__": 517
}
],
- "_active": false,
+ "_active": true,
"_components": [
{
"__id__": 563
@@ -952,7 +952,7 @@
"__id__": 178
- "_active": true,
+ "_active": false,
"__id__": 218
@@ -58,15 +58,7 @@ cc.Class({
this.init();
this.Role_Head_Event();
this.interface_info = cc.find("Canvas/Interface_Info").getComponent('Interface_Info');
- let i = 5;
- this.schedule(function() {
- if (i == 0) return;
- else {
- i--;
- this.interface_info.creatorgird();
- }
- }, 0.5);
},