From f769a0c714adf53850c831cb96e3ff531103cfa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E9=A3=9E=E6=B4=8B?= <15778543+xufeiyang6017@user.noreply.gitee.com> Date: Sat, 27 Dec 2025 16:30:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A7=8B=E7=BB=88=E4=BF=9D=E6=8C=81=E5=95=86?= =?UTF-8?q?=E5=93=81=E5=8E=9F=E5=A7=8B=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index/index.js b/pages/index/index.js index 4d75c90..06d4a7a 100644 --- a/pages/index/index.js +++ b/pages/index/index.js @@ -481,7 +481,7 @@ Page({ updatedGoods = newGoods } - const filteredGoods = this.applyFilters(updatedGoods, !isLoadMore) + const filteredGoods = this.applyFilters(updatedGoods, false) console.log('filteredGoods 数量:', filteredGoods.length) console.log('filteredGoods[0]:', filteredGoods[0]) console.log('filteredGoods[1]:', filteredGoods[1])