Blame view

template/m.yohobuy.com/partials/home/hot_brands_swipe.phtml 444 Bytes
梁志锋 authored
1
<div class="hot-brands">
2
    {{> home/floor_header}}
梁志锋 authored
3
    <div class="brands-swiper">
梁志锋 authored
4
        <ul class="brands-list swiper-wrapper clearfix">
梁志锋 authored
5 6 7 8 9 10 11 12 13 14
            {{# list}}
            <li class="swiper-slide">
                <a href="{{url}}">
                    <img src="{{img}}" alt="">
                    <span class="brands-title">{{textCn}}</span>
                </a>
            </li>
            {{/ list}}
        </ul>
    </div>
15
</div>