TypeError: Cannot read property ‘name‘ of undefined at Qe.onShow

简介: TypeError: Cannot read property ‘name‘ of undefined at Qe.onShow

TypeError: Cannot read property 'name' of undefined


at Qe.onShow (http://127.0.0.1:19348/appservice/pages/index/index.js:52:37)


at Qe.<anonymous> (http://127.0.0.1:19348/appservice/__dev__/WASubContext.js?t=wechat&s=1710723521628&v=2.16.1:2:2492821)


at Qe.r.__callPageLifeTime__ (http://127.0.0.1:19348/appservice/__dev__/WASubContext.js?t=wechat&s=1710723521628&v=2.16.1:2:2492565)


at nn (http://127.0.0.1:19348/appservice/__dev__/WASubContext.js?t=wechat&s=1710723521628&v=2.16.1:2:2512288)


at http://127.0.0.1:19348/appservice/__dev__/WASubContext.js?t=wechat&s=1710723521628&v=2.16.1:2:2517166


at cn (http://127.0.0.1:19348/appservice/__dev__/WASubContext.js?t=wechat&s=1710723521628&v=2.16.1:2:2517705)


at Function.<anonymous> (http://127.0.0.1:19348/appservice/__dev__/WASubContext.js?t=wechat&s=1710723521628&v=2.16.1:2:2524077)


at c.<anonymous> (http://127.0.0.1:19348/appservice/__dev__/WASubContext.js?t=wechat&s=1710723521628&v=2.16.1:2:2483894)


at c.emit (http://127.0.0.1:19348/appservice/__dev__/WASubContext.js?t=wechat&s=1710723521628&v=2.16.1:2:612479)


at Object.emit (http://127.0.0.1:19348/appservice/__dev__/WASubContext.js?t=wechat&s=1710723521628&v=2.16.1:2:565013)


2

看到这些报错信息,我们顺着去寻找错误,TypeError: Cannot read property 'name' of undefined ,他报的错误类型是TypeError,Cannot read property 'name' of undefined ,说明应该是某个对象的属性name没用定义,at Qe.onShow (http://127.0.0.1:19348/appservice/pages/index/index.js:52:37),紧接着我们在根据这行信息定位错误代码,/pages/index/index.js:52:37,打开index.js查找52行附近的代码,解决问题,OK。


目录
打赏
0
0
0
0
0
分享
相关文章
成功解决:Cannot read properties of undefined (reading ‘commit‘)
这篇文章提供了解决Vuex中"Cannot read properties of undefined (reading 'commit')"错误的两种方法:检查模板中的数据属性是否存在,以及确保在Vue实例中正确挂载了store对象。
成功解决:Cannot read properties of undefined (reading ‘commit‘)
Echarts——Invalid geoJson format Cannot read property 'length' of undefined
Echarts——Invalid geoJson format Cannot read property 'length' of undefined
151 0
|
8月前
|
VUE——filemanager-webpack-plugin报错TypeError: Cannot read property 'isFile' of undefined
VUE——filemanager-webpack-plugin报错TypeError: Cannot read property 'isFile' of undefined
181 0
微信小程序-Unhandled promise rejection TypeError: Cannot read property ‘get‘ of undefined
微信小程序-Unhandled promise rejection TypeError: Cannot read property ‘get‘ of undefined
编译第三方前端项目时候出现Syntax Error: TypeError: Cannot set properties of undefined (setting ‘parent‘)
编译第三方前端项目时候出现Syntax Error: TypeError: Cannot set properties of undefined (setting ‘parent‘)
659 0
VUE——Uncaught (in promise) TypeError: Cannot read property '__esModule' of undefined
VUE——Uncaught (in promise) TypeError: Cannot read property '__esModule' of undefined
213 0
TypeError: Cannot set properties of undefined (setting ‘resdata‘),res定义数据出现的问题,定义的方法用this换成that
TypeError: Cannot set properties of undefined (setting ‘resdata‘),res定义数据出现的问题,定义的方法用this换成that
Cannot read properties of undefined (reading ‘row‘)
Cannot read properties of undefined (reading ‘row‘)
Cannot read properties of undefined (reading ‘post‘)
Cannot read properties of undefined (reading ‘post‘)
element-ui Cannot read properties of undefined (reading ‘name‘),data中写成集合的形式
element-ui Cannot read properties of undefined (reading ‘name‘),data中写成集合的形式

热门文章

最新文章

下一篇
oss创建bucket
AI助理

你好,我是AI助理

可以解答问题、推荐解决方案等