From 842078883866deb5c26590c06eda9ad37f4a6873 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 17:24:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=9D=E6=8C=81=E5=95=86=E5=93=81?= =?UTF-8?q?=E9=A1=BA=E5=BA=8F=E4=B8=8D=E5=8F=98=EF=BC=8C=E5=88=86=E7=B1=BB?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E5=92=8C=E7=AD=9B=E9=80=89=E6=97=B6=E4=B8=8D?= =?UTF-8?q?=E5=86=8D=E9=87=8D=E6=96=B0=E6=8E=92=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 75bf6f7..04c5ea9 100644 --- a/pages/index/index.js +++ b/pages/index/index.js @@ -893,7 +893,7 @@ Page({ selectedCategory: category }) - const filteredGoods = this.applyFilters(this.data.goods) + const filteredGoods = this.applyFilters(this.data.goods, false) const groupedGoods = this.groupGoodsForStaggeredLayout(filteredGoods) const { leftColumnGoods, rightColumnGoods } = this.distributeToColumns(filteredGoods) this.setData({