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