JavaShuo
栏目
标签
thirdScriptError Cannot read property setData of undefined at api request success
时间 2021-01-12
标签
小程序
繁體版
原文
原文链接
在微信小程序里面用this.setData({})设置data中的变量出现的问题,我出现问题的是一个request的请求,要把请求到的数据放到data中,这里看起来很正常,语法也没有错误,但是注意这里用的并不是箭头函数,所以函数内部的this指向的并不是函数外部环境的this,而是函数自身,所以没有办法将想要的数据存到data中而报错 正确的做法: 在request函数外面手动将一个变量设置为
>>阅读原文<<
相关文章
1.
thirdScriptError Cannot read property '12' of undefined;at pages/me/me onReady function;at api reque
2.
微信小程序 网络请求报错 Cannot read property 'setData' of undefined;at api request success callback function
3.
appServiceSDKScriptError:Cannot read property 'mode' of undefined;at api onAppEnterBackground callba
4.
TypeError: Cannot read property '$router' of undefined at eval
5.
TypeError: Cannot read property '$$' of undefined at HTMLElement._attached.wx.getPlatform._touchstar
6.
TypeError: Cannot read property 'indexOf' of undefined at VueComponent.resetField
7.
Cannot read property 'field' of undefined (at _8 (jquery.numberbox.js:33))
8.
Cannot read property 'globalData' of undefined;at App onLaunch function
9.
Cannot read property '$el' of undefined at VueComponent
10.
Cannot read property 'thisCompilation' of undefined
更多相关文章...
•
ASP Request 对象
-
ASP 教程
•
ASP Read 方法
-
ASP 教程
•
☆基于Java Instrument的Agent实现
•
Java 8 Stream 教程
相关标签/搜索
setdata
success
thirdscripterror
property
undefined
read
read%
request
c#property
core'&&cannot
Spring教程
MySQL教程
Hibernate教程
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
python的安装和Hello,World编写
2.
重磅解读:K8s Cluster Autoscaler模块及对应华为云插件Deep Dive
3.
鸿蒙学习笔记2(永不断更)
4.
static关键字 和构造代码块
5.
JVM笔记
6.
无法启动 C/C++ 语言服务器。IntelliSense 功能将被禁用。错误: Missing binary at c:\Users\MSI-NB\.vscode\extensions\ms-vsc
7.
【Hive】Hive返回码状态含义
8.
Java树形结构递归(以时间换空间)和非递归(以空间换时间)
9.
数据预处理---缺失值
10.
都要2021年了,现代C++有什么值得我们学习的?
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
1.
thirdScriptError Cannot read property '12' of undefined;at pages/me/me onReady function;at api reque
2.
微信小程序 网络请求报错 Cannot read property 'setData' of undefined;at api request success callback function
3.
appServiceSDKScriptError:Cannot read property 'mode' of undefined;at api onAppEnterBackground callba
4.
TypeError: Cannot read property '$router' of undefined at eval
5.
TypeError: Cannot read property '$$' of undefined at HTMLElement._attached.wx.getPlatform._touchstar
6.
TypeError: Cannot read property 'indexOf' of undefined at VueComponent.resetField
7.
Cannot read property 'field' of undefined (at _8 (jquery.numberbox.js:33))
8.
Cannot read property 'globalData' of undefined;at App onLaunch function
9.
Cannot read property '$el' of undefined at VueComponent
10.
Cannot read property 'thisCompilation' of undefined
>>更多相关文章<<