index.phtml
695 Bytes
{{> layout/header}}
<div class="mobile-wrap kids-wrap yoho-page">
{{! app下载}}
{{# headerDownload}}
{{> home/header_download}}
{{/ headerDownload}}
{{! 首页header}}
{{# homeHeader}}
{{> home/home_header}}
{{/ homeHeader}}
{{> home/content}}
{{! 商品列表}}
{{# twoColumnGoods}}
{{> home/two_column_goods}}
{{/ twoColumnGoods}}
{{! 底部banner}}
{{# bannerBottom}}
{{> home/banner_bottom}}
{{/ bannerBottom}}
<div class="overlay"></div>
</div>
{{> home/side_nav}}
{{> layout/footer}}