Authored by unknown

lifestyle kids html

... ... @@ -11,67 +11,52 @@ module.exports = {
},
sideNav: [{
textCn: '男生',
textEn: 'Boys',
url: false,
subNav: {
list: [{
textCn: '男生',
textEn: 'Boys',
img: '',
url: false
}, {
textCn: '首页',
img: 'http://res.yohoboys.com/res/new/boys/images/about/thirdbtn-sina.png',
url: ''
}, {
textCn: '新品到着',
img: '',
url: ''
}]
}
textEn: 'BOYS',
styleClass: 'boys',
url: ''
}, {
textCn: '女生',
textEn: 'Girls',
current: true,
url: false,
textEn: 'GIRLS',
styleClass: 'girls',
url: ''
}, {
textCn: '潮童',
textEn: 'KIDS',
styleClass: 'kids',
url: ''
}, {
textCn: '创意生活',
textEn: 'LIFE STYLE',
styleClass: 'life',
url: ''
}, {
textCn: '新品节',
textEn: 'NEW',
styleClass: 'new',
url: ''
}, {
textCn: '逛',
textEn: 'TRENDFINDER',
styleClass: 'guang',
subNav: {
list: [{
textCn: '女生',
textEn: 'Girls',
img: '',
url: false
}, {
textCn: '首页',
img: '',
url: ''
}, {
textCn: '新品到着',
img: '',
url: ''
}, {
textCn: '上衣',
img: '',
url: ''
textCn: '逛',
textEn: 'TrendFinder',
back: true
}, {
textCn: '鞋靴',
img: '',
textCn: '查看全部',
url: ''
}, {
textCn: '裤装',
img: '',
url: ''
textCn: '只看男生',
textEn: 'Boys',
url: '',
isSelect: true
}, {
textCn: '品牌一览',
img: '',
textCn: '只看女生',
textEn: 'Girls',
url: ''
}]
}
}, {
textCn: '潮童',
textEn: 'Kids'
}, {
textCn: '家居',
textEn: 'Life Style'
}],
content: [{
bannerTop: {
... ...
... ... @@ -31,6 +31,8 @@
{{> kids/kids_goods}}
{{/ kidsGoods}}
{{/ content}}
<div class="overlay"></div>
</div>
{{> common/side_nav}}
</div>
{{/ data}}
\ No newline at end of file
... ...
... ... @@ -31,6 +31,8 @@
{{> kids/kids_goods}}
{{/ kidsGoods}}
{{/ content}}
<div class="overlay"></div>
</div>
{{> common/side_nav}}
</div>
{{/ data}}
\ No newline at end of file
... ...