|
|
@@ -39,7 +39,7 @@ var app = new Vue({
|
|
|
var scrollHeight = $(this).scrollTop();
|
|
|
var height = $('body')[0].scrollHeight;
|
|
|
var docHeight = $(this).outerHeight();
|
|
|
- if(docHeight+scrollHeight >= height){
|
|
|
+ if(docHeight+scrollHeight >= height-5){
|
|
|
if(_this.status.loading || _this.status.loaded){
|
|
|
return false;
|
|
|
}
|