nej icon indicating copy to clipboard operation
nej copied to clipboard

event._$$EventTarget文档错误

Open Zenfeder opened this issue 7 years ago • 0 comments

发现错误链接: http://nej.netease.com/help/event.$$EventTarget.html 错误代码片段: image 错误现象: 原型方法__destroy中的this.__super()执行完之后,控件实例的__events属性其实就被重置为空对象了,那么onaftercycle事件也就不存在了,所以在this.__super()之后执行this.$dispatchEvent('onaftercycle')等任何触发事件的操作都是无效的,以下是我本地实验结果的截图: image image

Zenfeder avatar Aug 16 '18 08:08 Zenfeder