- 手机端调试基座版本号:3.8.12
- 手机型号: oppo find x5 pro
- HBuilder X版本:3.8.12
- vue版本:3
使用uni.createIntersectionObserver时出现e.querySelectorAll is not a function错误
使用方式:
observerInstance.value = uni.createIntersectionObserver(instance.value, { observeAll: true });
unref(observerInstance)?.relativeToViewport().observe(`#_top,#_bottom`, observerCallback);
查看了observe方法中的源码,发现使用了querySelectorAll方法,在app-plus端是否无法执行该方法?解决方案是什么?
请问如何处理?
1***@163.com (作者)
无法确保在onReady生命周期或者点击事件中使用怎么办?因为做的虚拟列表功能,需要在watch中执行
2023-09-18 18:16