From 2b6f69ba5aeaae87d10a9e893ffd84fef65080fc Mon Sep 17 00:00:00 2001 From: liyongle Date: Fri, 25 Aug 2023 18:11:14 +0800 Subject: [PATCH 1/3] =?UTF-8?q?fix:=20=F0=9F=A7=A9=20=E5=93=81=E7=89=8C?= =?UTF-8?q?=E6=BB=91=E5=8A=A8=E9=97=AE=E9=A2=98=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/worker/page.worker.js | 2 +- src/views/Brand/shopList.vue | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/public/static/worker/page.worker.js b/public/static/worker/page.worker.js index 0fb8d20..072f06e 100644 --- a/public/static/worker/page.worker.js +++ b/public/static/worker/page.worker.js @@ -1,5 +1,5 @@ let pageIndex = 1 //数组中需要分页(即下标为pageIdx的数据)的当前页 大数组中的二维 -const pageSize = 20 //一页显示的条数 +const pageSize = 30 //一页显示的条数 let pageList = [] //用于UI渲染的列表 let showMore = false let pageIdx = 0 //当前是数组中的哪一项需要分页 大数组中的一维 diff --git a/src/views/Brand/shopList.vue b/src/views/Brand/shopList.vue index 84a2c6f..6cc9fb5 100644 --- a/src/views/Brand/shopList.vue +++ b/src/views/Brand/shopList.vue @@ -39,7 +39,7 @@ :modules="modulesShop" @after-init="getSwiper" @reach-end="myScrollEnd" - > + > -->