const query = wx.createSelectorQuery().in(this).select('#alan-player').boundingClientRect(rect => {
console.error('alan-> query.rect', rect);
}).exec(function(res){
console.error('alan-> query.exec', res);
})
wxml
查询的结果为null
查询节点的时机,live-player已经创建出来,并且已经展示了,但就是查不到对应的节点,无法获取live-player的实例
node 只能获取 scroll-view 或 canvas
你好,请问问题解决了吗?
提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。