index.phtml 2.25 KB
{{> layout/header}}
<div class="mobile-container">
    <div class="mobile-wrap kids-wrap">
        {{! 首页header}}
        {{# homeHeader}}
            {{> home_header}}
        {{/ homeHeader}}
        {{# content}}
            {{! 头部banner}}
            {{# bannerTop}}
                {{> common/banner_top}}
            {{/ bannerTop}}

            {{! 图标入口}}
            {{# iconsEnter}}
                {{> common/icons_enter}}
            {{/ iconsEnter}}

            {{! 潮流搭配}}
            {{# trendColloaction}}
                {{> common/trendsetter_collocation}}
            {{/trendColloaction}}

            {{! 潮流话题}}
            {{# trendTopics}}
                {{> common/trend_topics}}
            {{/ trendTopics}}
            

            {{! 潮流上装}}
            {{# goodsCategory}}
                {{> common/goods_category}}
            {{/ goodsCategory}}

            {{! 热门品牌}}
            {{# hotBrands}}
                {{> common/hot_brands}}
            {{/ hotBrands}}

            {{! 优选品牌}}
            {{# fineBrands}}
                {{> common/fine_brands}}
            {{/ fineBrands}}

            {{! 热门分类}}
            {{# hotCategory}}
                {{> girls/hot_category}}
            {{/ hotCategory}}


            {{! 热门品牌可滑动}}
            {{# hotBrandsScroll}}
                {{> girls/hot_brands}}
            {{/ hotBrandsScroll}}
            
            {{! 中间banner}}
            {{# bannerCenter}}
                {{> common/banner_center}}
            {{/ bannerCenter}}

            {{! 创意生活}}
            {{# creativeLife}}
                {{> common/creative_life}}
            {{/ creativeLife}}

            {{! PLUS}}
            {{# plusStar}}
                {{> common/plus_star}}
            {{/ plusStar}}
        {{/ content}}

        {{! 商品列表}}
        {{# twoColumnGoods}}
            {{> common/two_column_goods}}
        {{/ twoColumnGoods}}
        
        {{! 底部banner}}
        {{# bannerBottom}}
            {{> common/banner_bottom}}
        {{/ bannerBottom}}

        {{! footer}}
        {{# footer}}
            {{> footer}}
        {{/ footer}}
        <div class="overlay"></div>
    </div>
   
</div>
{{> layout/footer}}