From 66220b3dfda5b086e1bfeced61650fe50ed7f83c Mon Sep 17 00:00:00 2001 From: Edward Yang Date: Thu, 8 Sep 2022 09:48:28 +0800 Subject: [PATCH] fixed search page https://guangdagit.com/beike/beikeshop/issues/227 --- themes/default/search.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/default/search.blade.php b/themes/default/search.blade.php index 392b1435..b2482c6c 100644 --- a/themes/default/search.blade.php +++ b/themes/default/search.blade.php @@ -7,8 +7,8 @@
- @if (count($products)) - @foreach ($products as $product) + @if (count($items)) + @foreach ($items as $product)
@include('shared.product')
@endforeach @else