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({