content.phtml 2.12 KB

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

                    {{! 图标入口}}
                    {{# iconsEnter}}
                        {{> home/icons_enter}}
                    {{/ iconsEnter}}
 
                    {{! 中间banner}}
                    {{# banner}}
                        {{> home/banner}}
                    {{/ banner}}
               
                    {{! 热门品类}}
                    {{# hotCategory}}
                        {{> home/hot_category}}
                    {{/ hotCategory}}

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

                    {{! 热门品牌可滑动}}
                    {{# hotBrandsScroll}}
                        {{> home/hot_brands_swipe}}
                    {{/ hotBrandsScroll}}

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

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

                    {{! 新入住品牌/品味生活/创意生活}}
                    {{# creativeLife}}
                       {{> home/creative_life}}
                    {{/ creativeLife}}

                    {{! PLUS}}
                    {{# plusStar}}
                        {{> home/plus_star}}
                    {{/ plusStar}}

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