使用uni.createIntersectionObserver(this);
微信小程序报错
Property or method "toJSON" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See
VM4841:1 TypeError: Converting circular structure to JSON
--> starting at object with constructor 'Object'
--- property '_renderProxy' closes the circle
at JSON.stringify (<anonymous>)
6***@qq.com
感谢分享 不会报 JSON 错误 但是 observeAll 好像不生效了...
报另一个错误"Error: "observe" call can be only called once in IntersectionObserver"
2020-09-30 15:03