Browse Source

[edit] currency list

wenliming 2 năm trước cách đây
mục cha
commit
8a78fef51c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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++;