Showing
1 changed file
with
25 additions
and
0 deletions
@@ -4,6 +4,31 @@ | @@ -4,6 +4,31 @@ | ||
4 | 4 | ||
5 | ### 商品 | 5 | ### 商品 |
6 | 6 | ||
7 | +## 男首 | ||
8 | + | ||
9 | + { | ||
10 | + boy: [ | ||
11 | + //banner大图 | ||
12 | + bigSlide: [ | ||
13 | + { | ||
14 | + 'href': '', | ||
15 | + 'img': '' | ||
16 | + }, | ||
17 | + ... | ||
18 | + ], | ||
19 | + //banner小图 | ||
20 | + smallSlide: [ | ||
21 | + { | ||
22 | + 'href': '', | ||
23 | + 'img': '' | ||
24 | + }, | ||
25 | + ... | ||
26 | + ], | ||
27 | + newReport: { | ||
28 | + name: '', //楼层标题 | ||
29 | + } | ||
30 | + ] | ||
31 | + } | ||
7 | 32 | ||
8 | ## 搜索页 | 33 | ## 搜索页 |
9 | 34 |
-
Please register or login to post a comment