无法获取component中的元素
发布于 7 年前 作者 fang95 10340 次浏览 来自 官方Issues

wx.createSelectorQuery().selectAll(’.green-btn’).boundingClientRect(function (rects) {

console.log(rects)

rects.forEach(function (rect) {

console.log(rect)

})

}).exec()

采用上段代码获取page页面内的元素时可以获取到,但是获取page引用的component中的元素则无法获取,望解决,或者有什么其他解决方案吗

1 回复

in(this) 或者 this.createxxxxxx

回到顶部