Authored by weiqingting

Merge branch 'web' of http://git.dev.yoho.cn/web/yohobuy into web

@@ -24,7 +24,10 @@ @@ -24,7 +24,10 @@
24 24
25 { 25 {
26 boy: [ 26 boy: [
27 - //banner大图 27 + //banner
  28 + {
  29 + slide: {
  30 + //大图列表
28 bigSlide: [ 31 bigSlide: [
29 { 32 {
30 'href': '', 33 'href': '',
@@ -32,14 +35,17 @@ @@ -32,14 +35,17 @@
32 }, 35 },
33 ... 36 ...
34 ], 37 ],
35 - //banner小图 38 + //小图列表
36 smallSlide: [ 39 smallSlide: [
37 { 40 {
38 'href': '', 41 'href': '',
39 'img': '' 42 'img': ''
40 }, 43 },
41 ... 44 ...
42 - ], 45 + ]
  46 + }
  47 + },
  48 + {
43 //最新速报 49 //最新速报
44 newReport: { 50 newReport: {
45 name: '最新速报 NEW!', //楼层标题 51 name: '最新速报 NEW!', //楼层标题
@@ -48,17 +54,34 @@ @@ -48,17 +54,34 @@
48 'href': '', 54 'href': '',
49 'img': '' 55 'img': ''
50 }, 56 },
  57 + ...
51 ] 58 ]
52 }, 59 },
  60 + },
  61 + {
53 //优选品牌 62 //优选品牌
54 preferenceBrand: { 63 preferenceBrand: {
55 name: '优选品牌 BRAND', //楼层标题 64 name: '优选品牌 BRAND', //楼层标题
56 - imgBrand: [ 65 + imgBrand: [ //有图片及logo的品牌
57 { 66 {
58 - 67 + 'href': '',
  68 + 'img': ''
  69 + },
  70 + ...
  71 + ]
  72 + }
59 } 73 }
60 ] 74 ]
61 } 75 }
  76 +
  77 +## 男首优选品牌,logo品牌,ajax数据
  78 + {
  79 + logoBrand: [
  80 + {
  81 + 'href': '',
  82 + 'img': ''
  83 + },
  84 + ...
62 ] 85 ]
63 } 86 }
64 87