From e921eb8540a9f33afd23dab4d4408e963865c1b4 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Tue, 2 Apr 2024 14:58:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E6=8B=89=E6=90=9C=E7=B4=A2=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/category/economybusiness/list.vue | 2 +- pages/category/tradingentity/list.vue | 2 +- pages/goods/list.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/category/economybusiness/list.vue b/pages/category/economybusiness/list.vue index 06960db..75ea144 100644 --- a/pages/category/economybusiness/list.vue +++ b/pages/category/economybusiness/list.vue @@ -180,7 +180,7 @@ await app.getGoodsList(page.num) .then(list => { const curPageLen = list.data.length - const totalSize = list.data.total + const totalSize = list.total app.mescroll.endBySize(curPageLen, totalSize) }) .catch(() => app.mescroll.endErr()) diff --git a/pages/category/tradingentity/list.vue b/pages/category/tradingentity/list.vue index 5a0454a..4e47bc8 100644 --- a/pages/category/tradingentity/list.vue +++ b/pages/category/tradingentity/list.vue @@ -180,7 +180,7 @@ await app.getGoodsList(page.num) .then(list => { const curPageLen = list.data.length - const totalSize = list.data.total + const totalSize = list.total app.mescroll.endBySize(curPageLen, totalSize) }) .catch(() => app.mescroll.endErr()) diff --git a/pages/goods/list.vue b/pages/goods/list.vue index e5b89d6..5daf0a1 100644 --- a/pages/goods/list.vue +++ b/pages/goods/list.vue @@ -174,7 +174,7 @@ await app.getGoodsList(page.num) .then(list => { const curPageLen = list.data.length - const totalSize = list.data.total + const totalSize = list.total app.mescroll.endBySize(curPageLen, totalSize) }) .catch(() => app.mescroll.endErr())