girls.html 1.54 KB
{{# data}}
<div class="mobile-container">
    <div class="mobile-wrap girls-wrap">
        {{! 顶部app下载}}
        {{# headerDownload}}
            {{> common/header_download}}
        {{/ headerDownload}}
        
        {{> header}}
        
        {{# content}}
            {{! 头部banner}}
            {{# bannerTop}}
                {{> common/banner_top}}
            {{/ bannerTop}}

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

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

            {{! 潮流话题}}
            {{# trendTopics}}
                {{> common/trend_topics}}
            {{/ trendTopics}}
            
            {{! 热门分类}}
            {{# hotCategory}}
                {{> girls/hot_category}}
            {{/ hotCategory}}

            {{! 热门品牌}}
            {{# hotBrands}}
                {{> girls/hot_brands}}
            {{/ hotBrands}}
            
            {{! 可能喜欢}}
            {{# maybeLike}}
                {{> common/maybe_like}}
            {{/ maybeLike}}

            {{! 底部banner}}
            {{# bannerBottom}}
                {{> common/banner_bottom}}
            {{/ bannerBottom}}
        {{/ content}}
        
        {{! footer}}
        {{# footer}}
            {{> footer}}
        {{/ footer}}
        <div class="overlay"></div>
    </div>
    {{> common/side_nav}}
</div>
{{/ data}}