@@ -1707,7 +1707,7 @@ Page({
// 找出当前在视口中可见的项
for(var i = 0; i < list.length; i++) {
var item = res[i];
- if(item && item.top < screenHeight && item.bottom > 0) {
+ if(item && item.top < screenHeight-120 && item.bottom > 120) {
visibleItems.push({
index: i,
top: item.top,