Blame view

apps/product/views/action/outlets/channel.hbs 1.03 KB
yyq authored
1
<div class="outlets-channel-page outlets-page center-content yoho-page" data-page="girls">
yyq authored
2 3 4 5 6 7 8
    {{# topBanner}}
        <div class="slide-container clearfix">
            <div class="center-col col">
                <ul class="slide-wrapper">
                    {{# left}}
                    <li>
                        <a href="{{url}}" target="_blank">
姜枫 authored
9
                            <img src="{{image2 src w=865 h=450}}">
yyq authored
10 11 12 13 14 15 16 17
                        </a>
                    </li>
                    {{/ left}}
                </ul>
            </div>
            <div class="right-col col">
                {{# right}}
                <a href="{{url}}" target="_blank">
姜枫 authored
18
                    <img src="{{image2 src w=290 h=180}}">
yyq authored
19 20 21
                </a>
                {{/ right}}
            </div>
张丽霞 authored
22
        </div>
yyq authored
23
    {{/ topBanner}}
张丽霞 authored
24
张丽霞 authored
25
    {{! 热门品类}}
周少峰 authored
26
    {{# hotCategory}}
张丽霞 authored
27
        {{> index/outlets-recommend}}
周少峰 authored
28
    {{/ hotCategory}}
张丽霞 authored
29
张丽霞 authored
30
    {{! 限时嗨购}}
yyq authored
31
    {{> outlets/near-over}}
张丽霞 authored
32 33

    {{! 最新折扣}}
yyq authored
34
    {{> outlets/main-product}}
姜枫 authored
35
</div>