老是报
Failed to set property label to [object Object] at target, TypeError: Cannot read property ‘off’ of null
at cc_Button._unregisterTargetEvent (/Applications/CocosCreator.app/Contents/Resources/engine/bin/.cache/dev/cocos2d/core/components/CCButton.js:372:27)
这是什么鬼,难道layout里面不能用button吗?只要元素在layout里面,在设置button的target的时候,就一定会报这个错。在layout里面放按纽不是很正常的事情么?
可以用,你这一定是有其他问题