自定義組件:console.log(this.data),里面有 this.data.list 的值,不是空數組;直接打印console.log(this.data.list),是空數組
暫時解決方案:使用 setTimeout 延時一會
在自定義組件或包含自定義組件的頁面中,使用wx.createIntersectionObserver報錯:Node \".data_report_1469021265\" is not found. Intersection observer will not trigger
解決方法:在自定義組件或包含自定義組件的頁面中,應使用 this.createIntersectionObserver([options]) 來代替。
