Showing
1 changed file
with
17 additions
and
1 deletions
@@ -24,8 +24,24 @@ | @@ -24,8 +24,24 @@ | ||
24 | }, | 24 | }, |
25 | ... | 25 | ... |
26 | ], | 26 | ], |
27 | + //最新速报 | ||
27 | newReport: { | 28 | newReport: { |
28 | - name: '', //楼层标题 | 29 | + name: '最新速报 NEW!', //楼层标题 |
30 | + list: [ | ||
31 | + { | ||
32 | + 'href': '', | ||
33 | + 'img': '' | ||
34 | + }, | ||
35 | + ] | ||
36 | + }, | ||
37 | + //优选品牌 | ||
38 | + preferenceBrand: { | ||
39 | + name: '优选品牌 BRAND', //楼层标题 | ||
40 | + imgBrand: [ | ||
41 | + { | ||
42 | + | ||
43 | + } | ||
44 | + ] | ||
29 | } | 45 | } |
30 | ] | 46 | ] |
31 | } | 47 | } |
-
Please register or login to post a comment