项目需要做瀑布流,要获取每个盒子的高度,看文档用了这个方法,浏览器控制台能获取到但真机调试的时候获取为空
2***@qq.com
- 发布:2019-06-20 14:37
- 更新:2019-06-20 14:40
- 阅读:3969
uni.createSelectorQuery().selectAll('.item').boundingClientRect().exec()
分类:uni-app
香蕉不是笨啦啦 - 哈哈哈
IntersectionObserver wx.createIntersectionObserver(Object this, Object options)
基础库 1.9.3 开始支持,低版本需做兼容处理。
创建并返回一个 IntersectionObserver 对象实例。在自定义组件或包含自定义组件的页面中,应使用 this.createIntersectionObserver([options]) 来代替。