|
|
# 页面数据结构说明
|
|
|
|
|
|
## 通用
|
|
|
|
|
|
### 商品信息
|
|
|
|
|
|
{
|
|
|
id: 1,
|
|
|
thumb: 'path/to/goods/img',
|
|
|
url: '',
|
|
|
name: '',
|
|
|
salePrice: 500,
|
|
|
price: 1000,
|
|
|
tags: [
|
|
|
{
|
|
|
isNew: true //NEW
|
|
|
},
|
|
|
{
|
|
|
isSale: true //SALE
|
|
|
},
|
|
|
{
|
|
|
isLimit: false //限量商品
|
|
|
},
|
|
|
{
|
|
|
isNewFestival: false //新品节
|
|
|
},
|
|
|
{
|
|
|
isReNew: true //再到着
|
|
|
},
|
|
|
{
|
|
|
isYearEndPromotion: true //年终大促
|
|
|
},
|
|
|
{
|
|
|
isYearMidPromotion: false //年中热促
|
|
|
}
|
|
|
],
|
|
|
isFew: true, //即将售罄
|
|
|
isLike: false, //是否显示收藏
|
|
|
likeUrl: '' //收藏的URL
|
|
|
}
|
|
|
|
|
|
### 侧栏导航
|
|
|
|
|
|
{
|
|
|
sideNav:[
|
|
|
{
|
|
|
textCn: '',
|
|
|
textEn: '',
|
|
|
styleClass: 'boys', //boys,girls,kids,life,new,guang
|
|
|
url: '',
|
|
|
//子菜单
|
|
|
subNav: {
|
|
|
list: [
|
|
|
{
|
|
|
textCn: '',
|
|
|
textEn: '',
|
|
|
back: true/false,
|
|
|
isSelect: true/false,
|
|
|
url: ''
|
|
|
},
|
|
|
...
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
...
|
|
|
]
|
|
|
}
|
|
|
|
|
|
### 站点头部和尾部
|
|
|
|
|
|
{
|
|
|
headerDownload: {
|
|
|
img: '',
|
|
|
url: ''
|
|
|
},
|
|
|
homeHeader: {
|
|
|
bgColor: '',
|
|
|
searchUrl: ''
|
|
|
},
|
|
|
footer: {
|
|
|
//--已登录--
|
|
|
user: {
|
|
|
name: '',
|
|
|
url: '',
|
|
|
signoutUrl: ''
|
|
|
}
|
|
|
//--未登录--
|
|
|
// loginUrl: '',
|
|
|
// signupUrl: ''
|
|
|
}
|
|
|
}
|
|
|
|
|
|
## 首页
|
|
|
|
|
|
{
|
|
|
content: [
|
|
|
//banner
|
|
|
{
|
|
|
banner: {
|
|
|
list: [
|
|
|
{
|
|
|
url: '',
|
|
|
img: ''
|
|
|
},
|
|
|
...
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
//图标入口
|
|
|
{
|
|
|
iconsEnter: {
|
|
|
list: [
|
|
|
{
|
|
|
url: '',
|
|
|
img: '',
|
|
|
text: ''
|
|
|
},
|
|
|
...
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
//热门分类
|
|
|
{
|
|
|
hotCategory: {
|
|
|
img: '',
|
|
|
url: '',
|
|
|
list: [
|
|
|
{
|
|
|
img: '',
|
|
|
url: '',
|
|
|
textCn: ''
|
|
|
},
|
|
|
...
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
//热门品牌
|
|
|
{
|
|
|
hotBrands: {
|
|
|
img: '',
|
|
|
url: '',
|
|
|
list: [
|
|
|
{
|
|
|
name: '',
|
|
|
img: '',
|
|
|
url: ''
|
|
|
},
|
|
|
...
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
//搭配
|
|
|
colloaction: {
|
|
|
name: '潮人 ▪ 搭配',
|
|
|
more: '',
|
|
|
imgs: [
|
|
|
{
|
|
|
img: '',
|
|
|
url: ''
|
|
|
},
|
|
|
...
|
|
|
],
|
|
|
recos: [
|
|
|
{
|
|
|
img: '',
|
|
|
url: ''
|
|
|
},
|
|
|
...
|
|
|
]
|
|
|
},
|
|
|
//话题
|
|
|
topic: {
|
|
|
name: '潮品 ▪ 话题',
|
|
|
more: '',
|
|
|
list: [
|
|
|
{
|
|
|
url: '',
|
|
|
img: '',
|
|
|
title: '',
|
|
|
time: ''
|
|
|
},
|
|
|
...
|
|
|
]
|
|
|
},
|
|
|
//商品分类Block
|
|
|
goodsCategory: {
|
|
|
name: '经典裤装',
|
|
|
more: '',
|
|
|
banner: {
|
|
|
list: [
|
|
|
{
|
|
|
img: '',
|
|
|
url: ''
|
|
|
},
|
|
|
...
|
|
|
]
|
|
|
},
|
|
|
//TODO:与创意生活BLOCK的区别就是下面图片一个是5张一个是6张,是否可以合并成到此处
|
|
|
list: [
|
|
|
{
|
|
|
img: '',
|
|
|
url: '',
|
|
|
textCn: ''
|
|
|
},
|
|
|
...
|
|
|
]
|
|
|
},
|
|
|
//plus+Satr
|
|
|
{
|
|
|
plusStar: {
|
|
|
name: '',
|
|
|
url: '',
|
|
|
img: ''
|
|
|
}
|
|
|
},
|
|
|
//你可能喜欢
|
|
|
{
|
|
|
goods: [
|
|
|
{...}, //商品信息
|
|
|
...
|
|
|
]
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
|
|
|
## 逛
|
|
|
### 标签(公用)
|
|
|
|
|
|
{
|
|
|
id: 1,
|
|
|
classification: '',
|
|
|
img: '',
|
|
|
url: '',
|
|
|
title: '',
|
|
|
text: '',
|
|
|
publishTime: '',
|
|
|
pageView: '',
|
|
|
like: {
|
|
|
isLiked: true
|
|
|
},
|
|
|
share: false,
|
|
|
isFashionMan: true, //标签分类:isTip、isCollocation、isFashionMan、isFashionGood、isTopic
|
|
|
author: {
|
|
|
id: '',
|
|
|
avatar: '',
|
|
|
name: ''
|
|
|
}
|
|
|
|
|
|
}
|
|
|
### 逛首页
|
|
|
|
|
|
{
|
|
|
title: '',
|
|
|
banner: [
|
|
|
{
|
|
|
url: '',
|
|
|
img: ''
|
|
|
},
|
|
|
...
|
|
|
],
|
|
|
navs: [
|
|
|
{
|
|
|
typeId: 1,
|
|
|
type: '最新',
|
|
|
url: ''
|
|
|
},
|
|
|
...
|
|
|
],
|
|
|
msgs: [
|
|
|
{...}, //标签
|
|
|
...
|
|
|
]
|
|
|
}
|
|
|
|
|
|
### 逛列表页
|
|
|
|
|
|
{
|
|
|
content: [
|
|
|
{...}, //标签
|
|
|
...
|
|
|
]
|
|
|
}
|
|
|
|
|
|
### 编辑页
|
|
|
|
|
|
{
|
|
|
author: {
|
|
|
id: 1,
|
|
|
avatar: '',
|
|
|
name: '',
|
|
|
info: ''
|
|
|
},
|
|
|
content: [
|
|
|
{...}, //标签
|
|
|
...
|
|
|
]
|
|
|
}
|
|
|
|
|
|
### 逛详情页
|
|
|
|
|
|
{
|
|
|
id: '',
|
|
|
author: {
|
|
|
avatar: '',
|
|
|
name: '',
|
|
|
intro: '',
|
|
|
url: ''
|
|
|
},
|
|
|
article: {
|
|
|
title: '',
|
|
|
publishTime: '',
|
|
|
pageView: 3445,
|
|
|
content: [
|
|
|
{
|
|
|
text: {
|
|
|
deps: ''
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
bigImage: {
|
|
|
src: ''
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
smallImage: {
|
|
|
imgs: [
|
|
|
{
|
|
|
src: ''
|
|
|
},
|
|
|
{
|
|
|
src: ''
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
recommendation: {
|
|
|
list: [
|
|
|
{...}, //商品信息
|
|
|
...
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
collocation: {
|
|
|
list: [
|
|
|
{
|
|
|
thumb: '',
|
|
|
type: 'pants',
|
|
|
products: [
|
|
|
{...}, //商品信息
|
|
|
...
|
|
|
]
|
|
|
},
|
|
|
...
|
|
|
]
|
|
|
}
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
relatedBrands: {
|
|
|
list: [
|
|
|
{
|
|
|
thumb: '',
|
|
|
name: '',
|
|
|
url: ''
|
|
|
},
|
|
|
...
|
|
|
]
|
|
|
},
|
|
|
tags: {
|
|
|
list: [
|
|
|
{
|
|
|
name: '',
|
|
|
url: ''
|
|
|
},
|
|
|
...
|
|
|
]
|
|
|
},
|
|
|
relatedArticles: [
|
|
|
{
|
|
|
thumb: '',
|
|
|
title: '',
|
|
|
url: '',
|
|
|
publishTime: ''
|
|
|
},
|
|
|
...
|
|
|
]
|
|
|
}
|
|
|
|
|
|
### PLUS+STAR
|
|
|
|
|
|
{
|
|
|
id: 1,
|
|
|
banner: '',
|
|
|
log: '',
|
|
|
name: '',
|
|
|
isLike: '',
|
|
|
likeUrl: '',
|
|
|
intro: '',
|
|
|
newArrival: {
|
|
|
moreUrl: '',
|
|
|
naList: [
|
|
|
{...}, //商品信息
|
|
|
...
|
|
|
]
|
|
|
},
|
|
|
article: {
|
|
|
info: [
|
|
|
{...}, //标签
|
|
|
...
|
|
|
]
|
|
|
}
|
|
|
}
|
|
|
|
|
|
### 模板页
|
|
|
|
|
|
{
|
|
|
content: [
|
|
|
{
|
|
|
img: {
|
|
|
src: '',
|
|
|
url: ''
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
text: ''
|
|
|
},
|
|
|
{
|
|
|
recommendation: {
|
|
|
recos: [
|
|
|
{...}, //商品信息
|
|
|
...
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
brands: {
|
|
|
list: [
|
|
|
{
|
|
|
thumb: '',
|
|
|
name: '',
|
|
|
url: ''
|
|
|
},
|
|
|
...
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
goods: {
|
|
|
classify: [
|
|
|
{
|
|
|
type: 'brand',
|
|
|
name: '品牌'
|
|
|
},
|
|
|
...
|
|
|
],
|
|
|
newPatterns: [
|
|
|
{...}, //商品信息
|
|
|
...
|
|
|
]
|
|
|
}
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
|
|
|
## SALE
|
|
|
|
|
|
{
|
|
|
headerBanner: {
|
|
|
list: [
|
|
|
{
|
|
|
url: '',
|
|
|
img: ''
|
|
|
},
|
|
|
...
|
|
|
]
|
|
|
},
|
|
|
saleSection: {
|
|
|
list: [
|
|
|
{
|
|
|
img: '',
|
|
|
url: ''
|
|
|
},
|
|
|
...
|
|
|
]
|
|
|
},
|
|
|
goodsContainer: {
|
|
|
name: '最新降价',
|
|
|
goodsNav: {
|
|
|
newPatterns: true,
|
|
|
price: true,
|
|
|
salesVolume: true,
|
|
|
screen: true
|
|
|
},
|
|
|
goods: [
|
|
|
{...}, //商品信息
|
|
|
...
|
|
|
]
|
|
|
}
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|