开发者工具出现奇怪的报错

发布于 7 年前作者 nalu20159 次浏览最后编辑 7 年前来自 ask

模拟器和真机调试在做this.setData的时候报错

Cannot read property ‘setData’ of undefined

模拟器里面提示的样子

不知道那个undefined是怎么回事

之前还有一次是我用了一个mode变量在wxml里面做wx.if,然后删掉这个判断之后每次都报错Cannot read property ‘mode’ of undefined

谁能解释一下发生了什么

3 回复
guiying46
guiying461 楼6 年前

你好,你这是this的指向出错了

lili
lili2 楼6 年前

formsubmit就在page里面

xiuyinghe
xiuyinghe3 楼5 年前

对象有问题,this一般是全局对象,你的login方法写在什么地方