Commit e9f17250 authored by liujiangnan's avatar liujiangnan

feat

parent 410a9b4b
...@@ -103,7 +103,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -103,7 +103,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
item.parent = this.node; item.parent = this.node;
contentNode.removeAllChildren(); contentNode.removeAllChildren();
item.parent = contentNode; item.parent = contentNode;
// item.active = false; item.active = false;
// 绘制 // 绘制
for (let i = 0; i < this.rows.length; i++) { for (let i = 0; i < this.rows.length; i++) {
......
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