瀏覽代碼

[edit] currency list

wenliming 2 年之前
父節點
當前提交
8a78fef51c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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++;