销毁node对象的api是什么?不是destory()吗

this.node.destory(); 调用此方法抛出下面异常

this.node.destory is not a function

destroy

看看this.node是否存在,在你要执行destory()的时候

小老弟你拼错了,是 destroy()

1赞