channel.hbs 1010 Bytes
<div class="mobile-container">
    <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}}">
        {{! 首页header}}
        {{#homeHeader}}
           {{> channel/home-header}}
        {{/homeHeader}}

        {{! 资源位}}
        <div class="resource-content">
            {{> channel/content}}
        </div>

        {{! 商品列表}}
        {{#if twoColumnGoods}}
            {{> channel/two-column-goods}}
        {{/if}}

        {{! 你可能喜欢}}
        {{#if lifestyleHomePage}}
            {{> channel/maybe-like-lifestyle}}
        {{else}}
            {{> channel/maybe-like}}
        {{/if}}

        {{! 底部banner}}
        {{#bannerBottom}}
            {{> channel/banner-bottom}}
        {{/bannerBottom}}

        {{> footer-tab}}

        <div class="overlay"></div>
    </div>
    {{> channel/side-nav}}
</div>