去除筛选页分类限制

This commit is contained in:
Edward Yang 2023-01-30 16:37:00 +08:00
parent 5d4f0c99df
commit e00ad4f241
1 changed files with 0 additions and 1 deletions

View File

@ -94,7 +94,6 @@ class CategoryRepo
->where('parent_id', 0)
->where('active', true)
->orderBy('position')
->limit(6)
->get();
$categoryList = CategoryDetail::collection($topCategories);