|
|
const getContent = () => {
|
|
|
const content = {
|
|
|
content: [
|
|
|
{
|
|
|
slider: [
|
|
|
{
|
|
|
img: '//img10.static.yhbimg.com/yhb-img01/2016/06/23/13/01ebff30179db84975c42a4f3c8b1f4d44.jpg?imageView2/1/w/1150/h/450',
|
|
|
link: '/'
|
|
|
},
|
|
|
{
|
|
|
img: '//img10.static.yhbimg.com/yhb-img01/2016/06/23/13/01ebff30179db84975c42a4f3c8b1f4d44.jpg?imageView2/1/w/1150/h/450',
|
|
|
link: '/'
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
brandsAd: [
|
|
|
{
|
|
|
img: '//img10.static.yhbimg.com/yhb-img01/2016/06/23/13/01ebff30179db84975c42a4f3c8b1f4d44.jpg?imageView2/1/w/1150/h/450',
|
|
|
name: '',
|
|
|
des: ''
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
floorZh: '新品抢鲜看',
|
|
|
floorEn: 'NEW ARRIVALS',
|
|
|
newArrivals: [
|
|
|
{
|
|
|
img: '//img10.static.yhbimg.com/yhb-img01/2016/06/23/13/01ebff30179db84975c42a4f3c8b1f4d44.jpg?imageView2/1/w/1150/h/450',
|
|
|
name: '',
|
|
|
link: ''
|
|
|
},
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
floorZh: '经典品牌',
|
|
|
floorEn: 'CLASSIC BRANDS',
|
|
|
classicBrands: [
|
|
|
{
|
|
|
big: [
|
|
|
{
|
|
|
img: '//img10.static.yhbimg.com/yhb-img01/2016/06/23/13/01ebff30179db84975c42a4f3c8b1f4d44.jpg?imageView2/1/w/1150/h/450',
|
|
|
link: ''
|
|
|
}
|
|
|
],
|
|
|
small: [
|
|
|
{
|
|
|
img: '//img10.static.yhbimg.com/yhb-img01/2016/06/23/13/01ebff30179db84975c42a4f3c8b1f4d44.jpg?imageView2/1/w/1150/h/450',
|
|
|
link: ''
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
floorZh: '潮流标志',
|
|
|
floorEn: 'STYLE ICON',
|
|
|
styleIcon: [
|
|
|
{
|
|
|
img: '//img10.static.yhbimg.com/yhb-img01/2016/06/23/13/01ebff30179db84975c42a4f3c8b1f4d44.jpg?imageView2/1/w/1150/h/450',
|
|
|
name: '',
|
|
|
des: '',
|
|
|
link: ''
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
adBanner: {
|
|
|
img: '',
|
|
|
link: ''
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
floorZh: '资讯',
|
|
|
floorEn: 'EDITORIAL',
|
|
|
editorial: {
|
|
|
big: {
|
|
|
img: '',
|
|
|
link: ''
|
|
|
},
|
|
|
small: [
|
|
|
{
|
|
|
img: '',
|
|
|
link: ''
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
}
|
|
|
]
|
|
|
};
|
|
|
|
|
|
return content;
|
|
|
}
|
|
|
|
|
|
module.exports = {
|
|
|
getContent: getContent
|
|
|
}; |