js里面this.data.xxx是个数组时取不到值?

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

this.data打印出来里面categoryObj.id和name都是长度为5的array,再往下取就取不到了?Map也一样

1 回复
xiuying90
xiuying901 楼6 年前

在你这个console的地方,加上个 console.log(1),在你想取的地方,加上个 console.log(2)。谁先打出来?