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