**已关闭。**此问题需要debugging details。当前不接受答案。
编辑问题以包含desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将有助于其他人回答问题。
两年前就关门了。
Improve this question
有人能解释一下为什么我放在SampleView
上的事件不起作用吗?
http://jsfiddle.net/colinkahn/3nkUv/
1条答案
按热度按时间amrnrhlw1#
无论何时覆盖init方法,都应该调用super方法
this._super()
。