Authored by 李奇

删除console.log

... ... @@ -53,7 +53,6 @@
rect.bottom > this.viewArea.top && rect.bottom < this.viewArea.bottom)
},
addIntoWaiting(param) {
console.log('push item')
this.waiting.push(param);
}
},
... ...