Blame view

apps/channel/views/action/channel.hbs 1010 Bytes
毕凯 authored
1
<div class="mobile-container">
ccbikai authored
2
    <div class="mobile-wrap {{#if boysHomePage}}boys-wrap{{/if}} {{#if girlsHomePage}}girls-wrap{{/if}} {{#if kidsHomePage}}kids-wrap{{/if}} {{#if lifestyleHomePage}}lifestyle-wrap{{/if}} yoho-page" data-channel="{{gender}}">
毕凯 authored
3 4 5 6 7 8
        {{! 首页header}}
        {{#homeHeader}}
           {{> channel/home-header}}
        {{/homeHeader}}

        {{! 资源位}}
9 10 11
        <div class="resource-content">
            {{> channel/content}}
        </div>
毕凯 authored
12
王水玲 authored
13 14 15 16 17
        {{! 商品列表}}
        {{#if twoColumnGoods}}
            {{> channel/two-column-goods}}
        {{/if}}
毕凯 authored
18
        {{! 你可能喜欢}}
王水玲 authored
19 20
        {{#if lifestyleHomePage}}
            {{> channel/maybe-like-lifestyle}}
ccbikai authored
21
        {{else}}
王水玲 authored
22 23
            {{> channel/maybe-like}}
        {{/if}}
毕凯 authored
24 25 26 27 28 29

        {{! 底部banner}}
        {{#bannerBottom}}
            {{> channel/banner-bottom}}
        {{/bannerBottom}}
30
        {{> footer-tab}}
毕凯 authored
31 32

        <div class="overlay"></div>
毕凯 authored
33 34 35
    </div>
    {{> channel/side-nav}}
</div>