mpvue Cannot read property 'top' of null;at pages/index/main onReady function;at SelectorQuery callback function TypeError: Cannot read property 'top' of null

cwdobuhd  于 2022-10-20  发布在  其他
关注(0)|答案(1)|浏览(166)

issueConfigs:

bannedTitle: "Cannot read property 'top' of null;at pages/index/main onReady function;at SelectorQuery callback function

TypeError: Cannot read property 'top' of null"
image:

l0oc07j2

l0oc07j21#

@Shineee 哈哈哈哈, 这属于你代码里的问题了,你在这个 index.vue 里 onReady 里的 SelectorQuery 回调里找找 “xxx.top" 类的写法,报的错误是 ”xxx" 是 "null", 检查 "xxx" 这个数据,可能不存在。

相关问题