|
@@ -255,8 +255,8 @@ export default {
|
|
|
// console.log(document.getElementById("tshezi").getBoundingClientRect().top);
|
|
|
// console.log(scrollTop);
|
|
|
// console.log(clientHeight);
|
|
|
- this.a=Math.floor(scrollTop + clientHeight);
|
|
|
- this.b=scrollHeight;
|
|
|
+ this.a=scrollHeight-scrollTop;
|
|
|
+ this.b=clientHeight;
|
|
|
if(scrollHeight-scrollTop<=clientHeight&&this.loadflag){
|
|
|
this.PageTurning()
|
|
|
}
|