content.hbs 1.47 KB
{{#content}}
    {{! 头部banner}}
    {{#if focus}}
        {{> resources/banner-top}}
    {{/if}}
    {{! 图标入口}}
    {{#if appIconList}}
        {{> resources/icons-enter}}
    {{/if}}
    {{! 首页公告}}
    {{!--     {{#announcement}}
        {{> resources/notice}}
    {{/announcement}} --}}
    {{! 中间banner}}
    {{#if singleImage}}
        {{> resources/banner}}
    {{/if}}
    {{! 两个小图}}
    {{#if smallPic}}
        {{> resources/thumb-row}}
    {{/if}}
    {{! 热门品类}}
    {{#if recommendContentFive}}
        {{> resources/hot-category}}
    {{/if}}
    {{! 热门品牌}}
    {{#if appHotBrands}}
        {{> resources/hot-brands-list}}
    {{/if}}
    {{! 热门品牌可滑动}}
    {{#if customBrands}}
        {{> resources/hot-brands-swipe}}
    {{/if}}
    {{! 潮人搭配}}
    {{#if trendsetterCollocation}}
        {{> resources/trendsetter-collocation}}
    {{/if}}
    {{! 潮流话题}}
    {{#if trendgoodsTopic}}
        {{> resources/trend-topics}}
    {{/if}}
    {{! 潮流时装/经典裤裙/时尚靴履/潮人配饰/潮流上装}}
    {{#if recommendContentOne}}
        {{> resources/goods-category}}
    {{/if}}
    {{! 新入住品牌/品味生活/创意生活}}
    {{#if recommendContentTwo}}
       {{> resources/creative-life}}
    {{/if}}
    {{! PLUS}}
    {{#if singleNameImage}}
        {{> resources/plus-star}}
    {{/if}}
    {{! 新人专享}}
    {{#if newUserFloor}}
        {{> resources/fresh-only}}
    {{/if}}
{{/content}}