liuhj 7 miesięcy temu
rodzic
commit
bbc26ff097
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/components/expenseMobile.vue

+ 1 - 1
src/components/expenseMobile.vue

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