onReady() {
var that = this;
//获取元素节点的位置信息
var query = wx.createSelectorQuery().in(this)
setTimeout(() => {
query.select('.bankuai0').boundingClientRect(res => {
console.log(res)//这里一直为空,更换其它CLss还是空
}).exec();
}, 0);
},
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。