js error: TypeError: Cannot read property 'id' of null
来源:6-3 vue展示商品分类数据
dadajiao
2019-08-18
head.vue
getMenu(){//获取菜单
getCategory({
params:{}
}).then((response)=> {
console.log('getCategory~~~~~~~~~~~~~~~~~~~~~~~~~~~')
console.log(response)
this.allMenuLabel = response.data
this.allMenuLabel = response.data 加results: this.allMenuLabel = response.data.results
写回答
3回答
-
桂圆
2020-09-19
我也是这个报错,按照你发的,问题已经解决,是什么原因呢,希望解答下00 -
宝慕林6549613
2020-09-19
results: this.allMenuLabel = response.data.results 请问这个是什么语法?怎么看不懂呢
00 -
bobby
2019-08-20
这个会不会引起页面的报错呢?
012020-09-19
Python前后端分离开发Vue+Django REST framework实战
Django REST framework课程视频,RESTFul API前后端分离开发
2872 学习 · 2457 问题
相似问题