https://developers.weixin.qq.com/miniprogram/dev/api/wxml/IntersectionObserver.observe.html
用 IntersectionObserver.observe(string targetSelector, function callback) 注册的这个 callback,在 disconnect 之后,猜测在 IntersectionObserver 内部应该没有清除掉 callback 的引用
通过开发者工具的 memory 发现 callback 闭包引用的对象没有被释放(外部相关引用已经解除,只有 callback 这一处)
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)