Authored by 李奇

删除console.log

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