Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
// 5 = (列表高度 / 单项列表高度) // 100 = 滚动提前加载量,可根据样式情况调整 scrollOffset > ((waitPinListData.length - 5) * 100 + 100) 这段代码的思路是啥?不太懂,来个懂王。