child-removed 删除子节点监听事件,通过 this.node.on(cc.Node.EventType.CHILD_REMOVED, callback, this)

为啥回调过来的是个 子节点,子节点都被我干掉了。