setTimeout(()=>{
observer = uni.createIntersectionObserver(this)
observer.relativeTo('.beginLine').observe(
'.downView'
, (res) => {
if(res.intersectionRatio>0.001){
}
})
},300)
view 向下移动 然后循环10次
其中有2次是监听不到的。。
框架类型 | 问题类型 | API/组件名称 | 终端类型 | 微信版本 | 基础库版本 |
---|---|---|---|---|---|
小程序 | Bug | createIntersectionObserver | 工具 | 工具 | 2.12.2 |
1 个回答
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。