haliluya 在侦听事件中添加了bind,如下:this.parent["timer1"].addEventListener(TimerEvent.TIMER,bind(this,this.timer))?
cuixueying 移除该事件同样需要添加bind,bind的侦听和移除需要配套使用。This.parent["timer1"].removeEventListener(TimerEvent.TIMER,bind(this,this.timer))