fixed search page https://guangdagit.com/beike/beikeshop/issues/227
This commit is contained in:
parent
42caca4405
commit
66220b3dfd
|
|
@ -7,8 +7,8 @@
|
|||
<x-shop-breadcrumb type="static" value="products.search" />
|
||||
|
||||
<div class="row">
|
||||
@if (count($products))
|
||||
@foreach ($products as $product)
|
||||
@if (count($items))
|
||||
@foreach ($items as $product)
|
||||
<div class="col-6 col-md-3">@include('shared.product')</div>
|
||||
@endforeach
|
||||
@else
|
||||
|
|
|
|||
Loading…
Reference in New Issue