Showing
1 changed file
with
0 additions
and
1 deletions
@@ -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 | }, |
-
Please register or login to post a comment