mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-11-30 10:59:47 +08:00
首页商品分类优化img
This commit is contained in:
parent
7ba3a71312
commit
14ccac5b16
@ -14,7 +14,9 @@
|
||||
<li class="appliance js_toggle relative first">
|
||||
<div class="category-info">
|
||||
<h3 class="category-name b-category-name">
|
||||
<i><img src="{{$v.icon}}"></i>
|
||||
{{if !empty($v['icon'])}}
|
||||
<img src="{{$v.icon}}" />
|
||||
{{/if}}
|
||||
<a href="{{:MyUrl('index/search/index', ['category_id'=>$v['id']])}}" class="ml-22" title="{{$v.name}}">{{$v.name}}</a>
|
||||
</h3>
|
||||
<em>></em>
|
||||
|
Loading…
Reference in New Issue
Block a user