fix: pc 产品搜索结果分布
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
</div>
|
||||
</form>
|
||||
<!-- 搜索结果列表-->
|
||||
{notempty name="products"}
|
||||
<ul class="seul">
|
||||
{volist name="products" id="pro"}
|
||||
<a href="{:url('product/detail', ['id' => $pro['id']])}">
|
||||
@@ -32,6 +33,10 @@
|
||||
</a>
|
||||
{/volist}
|
||||
</ul>
|
||||
<div>{$page|raw}</div>
|
||||
{else/}
|
||||
<div style="text-align: center; padding: 10%;">暂无数据</div>
|
||||
{/notempty}
|
||||
</div>
|
||||
</div>
|
||||
{/block}
|
||||
Reference in New Issue
Block a user