...
|
...
|
@@ -24,41 +24,64 @@ |
|
|
|
|
|
{
|
|
|
boy: [
|
|
|
//banner大图
|
|
|
bigSlide: [
|
|
|
{
|
|
|
'href': '',
|
|
|
'img': ''
|
|
|
},
|
|
|
...
|
|
|
],
|
|
|
//banner小图
|
|
|
smallSlide: [
|
|
|
{
|
|
|
'href': '',
|
|
|
'img': ''
|
|
|
//banner
|
|
|
{
|
|
|
slide: {
|
|
|
//大图列表
|
|
|
bigSlide: [
|
|
|
{
|
|
|
'href': '',
|
|
|
'img': ''
|
|
|
},
|
|
|
...
|
|
|
],
|
|
|
//小图列表
|
|
|
smallSlide: [
|
|
|
{
|
|
|
'href': '',
|
|
|
'img': ''
|
|
|
},
|
|
|
...
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
//最新速报
|
|
|
newReport: {
|
|
|
name: '最新速报 NEW!', //楼层标题
|
|
|
list: [
|
|
|
{
|
|
|
'href': '',
|
|
|
'img': ''
|
|
|
},
|
|
|
...
|
|
|
]
|
|
|
},
|
|
|
...
|
|
|
],
|
|
|
//最新速报
|
|
|
newReport: {
|
|
|
name: '最新速报 NEW!', //楼层标题
|
|
|
list: [
|
|
|
{
|
|
|
'href': '',
|
|
|
'img': ''
|
|
|
},
|
|
|
]
|
|
|
},
|
|
|
//优选品牌
|
|
|
preferenceBrand: {
|
|
|
name: '优选品牌 BRAND', //楼层标题
|
|
|
imgBrand: [
|
|
|
{
|
|
|
{
|
|
|
//优选品牌
|
|
|
preferenceBrand: {
|
|
|
name: '优选品牌 BRAND', //楼层标题
|
|
|
imgBrand: [ //有图片及logo的品牌
|
|
|
{
|
|
|
'href': '',
|
|
|
'img': ''
|
|
|
},
|
|
|
...
|
|
|
]
|
|
|
}
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
## 男首优选品牌,logo品牌,ajax数据
|
|
|
{
|
|
|
logoBrand: [
|
|
|
{
|
|
|
'href': '',
|
|
|
'img': ''
|
|
|
},
|
|
|
...
|
|
|
]
|
|
|
}
|
|
|
|
...
|
...
|
|