Showing
2 changed files
with
21 additions
and
4 deletions
@@ -44,8 +44,8 @@ | @@ -44,8 +44,8 @@ | ||
44 | ... | 44 | ... |
45 | ] | 45 | ] |
46 | } | 46 | } |
47 | - } | ||
48 | - | 47 | + }, |
48 | + { | ||
49 | //最新速报 | 49 | //最新速报 |
50 | newReport: { | 50 | newReport: { |
51 | name: '最新速报 NEW!', //楼层标题 | 51 | name: '最新速报 NEW!', //楼层标题 |
@@ -54,17 +54,34 @@ | @@ -54,17 +54,34 @@ | ||
54 | 'href': '', | 54 | 'href': '', |
55 | 'img': '' | 55 | 'img': '' |
56 | }, | 56 | }, |
57 | + ... | ||
57 | ] | 58 | ] |
58 | }, | 59 | }, |
60 | + }, | ||
61 | + { | ||
59 | //优选品牌 | 62 | //优选品牌 |
60 | preferenceBrand: { | 63 | preferenceBrand: { |
61 | name: '优选品牌 BRAND', //楼层标题 | 64 | name: '优选品牌 BRAND', //楼层标题 |
62 | - imgBrand: [ | 65 | + imgBrand: [ //有图片及logo的品牌 |
63 | { | 66 | { |
64 | - | 67 | + 'href': '', |
68 | + 'img': '' | ||
69 | + }, | ||
70 | + ... | ||
71 | + ] | ||
72 | + } | ||
65 | } | 73 | } |
66 | ] | 74 | ] |
67 | } | 75 | } |
76 | + | ||
77 | +## 男首优选品牌,logo品牌,ajax数据 | ||
78 | + { | ||
79 | + logoBrand: [ | ||
80 | + { | ||
81 | + 'href': '', | ||
82 | + 'img': '' | ||
83 | + }, | ||
84 | + ... | ||
68 | ] | 85 | ] |
69 | } | 86 | } |
70 | 87 |
-
Please register or login to post a comment