Authored by xuqi

schema with floor

... ... @@ -26,6 +26,8 @@
},
//新品抢鲜看
{
floorZh: '新品抢鲜看',
floorEn: 'NEW ARRIVALS',
newArrivals: [
{
img: '',
... ... @@ -37,6 +39,8 @@
},
//经典品牌
{
floorZh: '经典品牌',
floorEn: 'CLASSIC BRANDS',
classicBrands: [
{
big: [
... ... @@ -59,6 +63,8 @@
},
//潮流标志
{
floorZh: '潮流标志',
floorEn: 'STYLE ICON',
styleIcon: [
{
img: '',
... ... @@ -78,6 +84,8 @@
},
//资讯
{
floorZh: '资讯',
floorEn: 'EDITORIAL',
editorial: [
big: {
img: '',
... ...