Showing
1 changed file
with
22 additions
and
16 deletions
@@ -24,22 +24,28 @@ | @@ -24,22 +24,28 @@ | ||
24 | 24 | ||
25 | { | 25 | { |
26 | boy: [ | 26 | boy: [ |
27 | - //banner大图 | ||
28 | - bigSlide: [ | ||
29 | - { | ||
30 | - 'href': '', | ||
31 | - 'img': '' | ||
32 | - }, | ||
33 | - ... | ||
34 | - ], | ||
35 | - //banner小图 | ||
36 | - smallSlide: [ | ||
37 | - { | ||
38 | - 'href': '', | ||
39 | - 'img': '' | ||
40 | - }, | ||
41 | - ... | ||
42 | - ], | 27 | + //banner |
28 | + { | ||
29 | + slide: { | ||
30 | + //大图列表 | ||
31 | + bigSlide: [ | ||
32 | + { | ||
33 | + 'href': '', | ||
34 | + 'img': '' | ||
35 | + }, | ||
36 | + ... | ||
37 | + ], | ||
38 | + //小图列表 | ||
39 | + smallSlide: [ | ||
40 | + { | ||
41 | + 'href': '', | ||
42 | + 'img': '' | ||
43 | + }, | ||
44 | + ... | ||
45 | + ] | ||
46 | + } | ||
47 | + } | ||
48 | + | ||
43 | //最新速报 | 49 | //最新速报 |
44 | newReport: { | 50 | newReport: { |
45 | name: '最新速报 NEW!', //楼层标题 | 51 | name: '最新速报 NEW!', //楼层标题 |
-
Please register or login to post a comment