提交 e45cc01b 编写于 作者: 雪洛's avatar 雪洛

fix: 修复createIntersectionObserver在支付宝小程序报错的Bug

上级 f33fb3b2
......@@ -90,3 +90,11 @@ export function createSelectorQuery () {
}
return query
}
export function createIntersectionObserver (component, options) {
if (options && options.observeAll) {
options.selectAll = options.observeAll
delete options.observeAll
}
return my.createIntersectionObserver(options)
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册