wx.createIntersectionObserver()传this和null有什么区别?
写代码发现传this,设置option: {thresholds: [0], initialRatio: 1}无效
而传null,有效,为什么???
2 回复
有新的调用方式,看下面的链接
https://developers.weixin.qq.com/miniprogram/dev/api/wxml/wx.createIntersectionObserver.html
用this.createIntersectionObserver([options])代替wx.createIntersectionObserver试试。