[]使用bind移除事件报错

在侦听事件中添加了bind,如下:
this.parent["timer1"].addEventListener(TimerEvent.TIMER,bind(this,this.timer))?
已邀请:

cuixueying

赞同来自:

    移除该事件同样需要添加bind,bind的侦听和移除需要配套使用。
This.parent["timer1"].removeEventListener(TimerEvent.TIMER,bind(this,this.timer))

要回复问题请先

商务合作
商务合作