liuhj před 10 měsíci
rodič
revize
961a733717
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/components/expenseMobile.vue

+ 1 - 1
src/components/expenseMobile.vue

@@ -190,7 +190,7 @@ export default {
             let scrollTop=document.documentElement.scrollTop || document.body.scrollTop;
             let clientHeight=document.documentElement.clientHeight || document.body.clientHeight;
             let scrollHeight=document.documentElement.scrollHeight || document.body.scrollHeight;
-            if (scrollTop + clientHeight == scrollHeight) {
+            if (scrollTop + clientHeight >= scrollHeight) {
                 this.loadflag = true
                 this.PageTurning()
             }