src/components/index/scroll-paging.vue
@@ -55,9 +55,7 @@ onScroll(){}, scrollFn() { let content = this.$refs.content // console.log(22222,content.scrollTop + content.clientHeight+1,content.scrollHeight) if (content.scrollTop + content.clientHeight+2 >= content.scrollHeight) { // console.log(1111,this.finishLoding) if(!this.finishLoding){ this.loadMore() }else{