wx.createIntersectionObserver(this)
wx.createIntersectionObserver(this).relativeTo(".top-search").observe(".topSwip", (res) => {})
为什么是这返回的是 undefined?
2 回复
wx.createIntersectionObserver(this).relativeTo(".top-search").observe(".topSwip", (res) => {})
为什么是这返回的是 undefined?