头条小程序下boundingClientRect不能获得节点dataset,qq和微信小程序正常。
而且,qq和微信小程序获得数据是数组,而头条小程序获得数据不是数组。
代码如下:
<view class="lazy" :data-index="index"></view>
uni.createSelectorQuery().in(_this, {}).selectAll('.lazy').boundingClientRect(images => {
console.log('list images', images)
}).exec();
2 个回复
9***@qq.com (作者) - 90后It男
这个问题没人回答下吗- -
[已删除]
我在钉钉小程序上测试返回的数据也是空的