...
|
...
|
@@ -4,6 +4,41 @@ |
|
|
|
|
|
### 商品
|
|
|
|
|
|
{
|
|
|
skn: 1,
|
|
|
thumb: 'path/to/goods/img',
|
|
|
url: '',
|
|
|
name: '',
|
|
|
salePrice: 500, //售价
|
|
|
marketPrice: 1000, //市场价
|
|
|
tags: [
|
|
|
{
|
|
|
isNew: true //NEW
|
|
|
},
|
|
|
{
|
|
|
isSale: true //SALE
|
|
|
},
|
|
|
{
|
|
|
isLimit: false //限量商品
|
|
|
},
|
|
|
{
|
|
|
isNewFestival: true //新品节
|
|
|
},
|
|
|
{
|
|
|
isReNew: true //再到着
|
|
|
},
|
|
|
{
|
|
|
isYearEndPromotion: true //年终大促
|
|
|
},
|
|
|
{
|
|
|
isYearMidPromotion: true // 年中大促
|
|
|
}
|
|
|
],
|
|
|
isFew: true, //即将售罄
|
|
|
showColBtn: true, //是否显示收藏按钮
|
|
|
coled: true //已收藏
|
|
|
}
|
|
|
|
|
|
### 路径导航
|
|
|
|
|
|
{
|
...
|
...
|
|