|
@@ -254,7 +254,7 @@ export default {
|
|
// console.log(scrollTop);
|
|
// console.log(scrollTop);
|
|
// console.log(clientHeight);
|
|
// console.log(clientHeight);
|
|
|
|
|
|
- if (scrollTop + clientHeight == scrollHeight+84&&this.loadflag) {
|
|
|
|
|
|
+ if (scrollTop + clientHeight > scrollHeight+83&&this.loadflag) {
|
|
this.PageTurning()
|
|
this.PageTurning()
|
|
}
|
|
}
|
|
},
|
|
},
|