为了账号安全,请及时绑定邮箱和手机立即绑定

报错:handlers[i] is not a function

为什么提示报错呢?

http://img1.sycdn.imooc.com//577cb15100018f9607870193.jpg

on:function(type,handler){

var bb = this.handlers[type];

if (typeof this.handlers[type] == "undefined") {

this.handlers[type]=[];

}

this.handlers[type].push(handler);

// 实现连缀语法

return this;

},

fire:function(type,data){

var aa = this.handlers[type];

if(this.handlers[type] instanceof Array){

var handlers = this.handlers[type];

for(var i=0,len=handlers.length;i<len;i++){

handlers[i](data);

}

}

}


正在回答

1 回答

有没有更完整的代码,你的fire在哪里触发的,还有你调用组件的代码呢,发来看一下?

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
阿当大话西游之WEB组件
  • 参与学习       26371    人
  • 解答问题       275    个

衡量攻城师能力是否成熟的重要指标,本课程会以弹窗组件为例

进入课程

报错:handlers[i] is not a function

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信