liuhj 11 달 전
부모
커밋
bbc26ff097
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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()
             }
         },