Commit 0a34daf2 authored by 范雪寒's avatar 范雪寒

test: log

parent 983f6bec
...@@ -63,6 +63,8 @@ cc.Class({ ...@@ -63,6 +63,8 @@ cc.Class({
for (var i in list) { for (var i in list) {
if (!list[i].name.includes("middlelayer")) { if (!list[i].name.includes("middlelayer")) {
list[i].updateAlignment(); list[i].updateAlignment();
} else {
console.log('middlelayer汪汪汪')
} }
} }
} }
......
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