channel.md
2.37 KB
频道页数据
{
content: [
//轮播banner
{
slider: [
{
img: '',
link: ''
},
...
]
},
//品牌广告
{
brandsAd: [
{
img: '',
name: '',
des: '',
link: ''
},
..
]
},
//新品抢鲜看
{
floorZh: '新品抢鲜看',
floorEn: 'NEW ARRIVALS',
newArrivals: [
{
img: '',
name: '',
link: ''
},
...
]
},
//经典品牌
{
floorZh: '经典品牌',
floorEn: 'CLASSIC BRANDS',
classicBrands: [
{
big: [
{
img: '',
link: ''
},
...
],
small: [
{
img: '',
link: ''
},
...
]
},
...
]
},
//潮流标志
{
floorZh: '潮流标志',
floorEn: 'STYLE ICON',
styleIcon: [
{
img: '',
name: '',
des: '',
link: ''
},
...
]
},
//广告位banner
{
adBanner: {
img: '',
link: ''
}
},
//资讯
{
floorZh: '资讯',
floorEn: 'EDITORIAL',
editorial: [
big: {
img: '',
link: ''
},
small: [
{
img: '',
link: ''
},
...
]
]
}
]
}