Authored by 郭成尧

'index-hot-category'

... ... @@ -90,7 +90,7 @@
{{! 热门品类}}
<div class="first">
{{# hotCategory}}
{{> home/hot_category}}
{{> product/hot_category}}
{{/ hotCategory}}
</div>
... ...
... ... @@ -74,7 +74,7 @@
{{! 热门品类}}
{{# hotCategory}}
{{> home/hot_category}}
{{> product/hot_category}}
{{/ hotCategory}}
<div class="popularity-title">
... ...
... ... @@ -14,7 +14,6 @@
<img src="{{img}}" alt="">
</div>
</a>
<div class="img-cover">{{name}}</div>
</li>
{{/ list}}
</ul>
... ...
<div class="hot-category">
{{> home/floor_header}}
{{# banner}}
<a class="category-banner" href="{{url}}">
<img class="lazy" data-original="{{img}}">
</a>
{{/ banner}}
<ul class="category-list clearfix">
{{# list}}
<li data-bp-id="shop_hotcategory_{{img}}_0" class="buriedpoint">
<a href="{{url}}">
<div class="img-box">
<img src="{{img}}" alt="">
</div>
</a>
<div class="img-cover">{{name}}</div>
</li>
{{/ list}}
</ul>
</div>
\ No newline at end of file
... ...