Browse Source

[edit] currency list

wenliming 2 years ago
parent
commit
8a78fef51c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/view/components/currency-list.vue

+ 1 - 1
src/view/components/currency-list.vue

@@ -246,7 +246,7 @@ const listScroll = (e) => {
     let scrollTop = e.target.scrollTop || 0;
     if (
         listReqParams.loadMore === false &&
-        wrapperHeight + scrollTop >= listContentHeight
+        wrapperHeight + scrollTop >= (listContentHeight - 50)
     ) {
         listReqParams.loadMore = true;
         listReqParams.params.pageNum++;