监听 this.node.on(cc.Node.EventType.TOUCH_END, this.onTouchNode, this, true)
移除 this.node.off(cc.Node.EventType.TOUCH_END, this.onTouchNode, this, true)
事件还是会触发
监听 this.node.on(cc.Node.EventType.TOUCH_END, this.onTouchNode, this, true)
移除 this.node.off(cc.Node.EventType.TOUCH_END, this.onTouchNode, this, true)
事件还是会触发