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

Cannot read property 'target' of undefined 错误提示 chrome浏览器

this.el.addEventListener('click',function(event){});

        if( event.target !==this.el){     //此句报错

            self.triggerSwitch();

        }

请问该怎么解决

正在回答

1 回答

报错 你不能读取未定义的target属性

你没发现event.target不在function(event)函数里吗

试一下把下面这段放入

  function(event){

if( event.target !==this.el){     //此句报错

            self.triggerSwitch();

        }

}

我也初学 不对勿喷


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

举报

0/150
提交
取消

Cannot read property 'target' of undefined 错误提示 chrome浏览器

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