content.phtml 1.59 KB

        {{# content}}
                    {{! 头部banner}}
                    {{# bannerTop}}
                        {{> common/banner_top}}
                    {{/ bannerTop}}

                    {{! 图标入口}}
                    {{# iconsEnter}}
                        {{> common/icons_enter}}
                    {{/ iconsEnter}}
 
                    {{! 热门品类}}
                    {{# hotCategory}}
                        {{> girls/hot_category}}
                    {{/ hotCategory}}

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

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

                    {{! 潮流话题}}
                    {{# trendTopics}}
                        {{> common/trend_topics}}
                    {{/ trendTopics}}
                    
                    {{! 潮流时装/经典裤裙/时尚靴履/潮人配饰}}
                    {{# goodsCategory}}
                        {{> common/goods_category}}
                    {{/ goodsCategory}}

               
                    {{! 可能喜欢}}
                    {{# maybeLike}}
                        {{> common/maybe_like}}
                    {{/ maybeLike}}

                    {{! 底部banner}}
                    {{# bannerBottom}}
                        {{> common/banner_bottom}}
                    {{/ bannerBottom}}
        {{/ content}}