Showing
1 changed file
with
14 additions
and
9 deletions
@@ -11,21 +11,23 @@ module.exports = function() { | @@ -11,21 +11,23 @@ module.exports = function() { | ||
11 | pageView: 3445, | 11 | pageView: 3445, |
12 | content: [ | 12 | content: [ |
13 | { | 13 | { |
14 | - type: 1, | 14 | + type1: { |
15 | img: 'http://placehold.it/640x640', | 15 | img: 'http://placehold.it/640x640', |
16 | alt: '复古风' | 16 | alt: '复古风' |
17 | + } | ||
17 | }, | 18 | }, |
18 | { | 19 | { |
19 | - type: 2, | 20 | + type2: { |
20 | text: '复古风劲吹,在各路复古跑鞋嚣张跋扈的当下,历史悠久的Onitsuka Tiger鬼冢' + | 21 | text: '复古风劲吹,在各路复古跑鞋嚣张跋扈的当下,历史悠久的Onitsuka Tiger鬼冢' + |
21 | '虎也动作频频,于北京时间3.14日在北京发布其与意大利' | 22 | '虎也动作频频,于北京时间3.14日在北京发布其与意大利' |
23 | + } | ||
22 | }, | 24 | }, |
23 | { | 25 | { |
24 | - type: 3, | 26 | + type3: { |
25 | collocation: [ | 27 | collocation: [ |
26 | { | 28 | { |
27 | thumb: 'http://placehold.it/98x134', | 29 | thumb: 'http://placehold.it/98x134', |
28 | - type: 'close', | 30 | + type: 'clothe', |
29 | products: [ | 31 | products: [ |
30 | { | 32 | { |
31 | thumb: 'http://placehold.it/276x366', | 33 | thumb: 'http://placehold.it/276x366', |
@@ -75,7 +77,7 @@ module.exports = function() { | @@ -75,7 +77,7 @@ module.exports = function() { | ||
75 | }, | 77 | }, |
76 | { | 78 | { |
77 | thumb: 'http://placehold.it/98x134', | 79 | thumb: 'http://placehold.it/98x134', |
78 | - type: 'close', | 80 | + type: 'clothe', |
79 | products: [ | 81 | products: [ |
80 | { | 82 | { |
81 | thumb: 'http://placehold.it/276x366', | 83 | thumb: 'http://placehold.it/276x366', |
@@ -125,7 +127,7 @@ module.exports = function() { | @@ -125,7 +127,7 @@ module.exports = function() { | ||
125 | }, | 127 | }, |
126 | { | 128 | { |
127 | thumb: 'http://placehold.it/98x134', | 129 | thumb: 'http://placehold.it/98x134', |
128 | - type: 'close', | 130 | + type: 'clothe', |
129 | products: [ | 131 | products: [ |
130 | { | 132 | { |
131 | thumb: 'http://placehold.it/276x366', | 133 | thumb: 'http://placehold.it/276x366', |
@@ -175,7 +177,7 @@ module.exports = function() { | @@ -175,7 +177,7 @@ module.exports = function() { | ||
175 | }, | 177 | }, |
176 | { | 178 | { |
177 | thumb: 'http://placehold.it/98x134', | 179 | thumb: 'http://placehold.it/98x134', |
178 | - type: 'close', | 180 | + type: 'clothe', |
179 | products: [ | 181 | products: [ |
180 | { | 182 | { |
181 | thumb: 'http://placehold.it/276x366', | 183 | thumb: 'http://placehold.it/276x366', |
@@ -274,9 +276,10 @@ module.exports = function() { | @@ -274,9 +276,10 @@ module.exports = function() { | ||
274 | ] | 276 | ] |
275 | } | 277 | } |
276 | ] | 278 | ] |
279 | + } | ||
277 | }, | 280 | }, |
278 | { | 281 | { |
279 | - type: 4, | 282 | + type4: { |
280 | img: [ | 283 | img: [ |
281 | { | 284 | { |
282 | img: 'http://placehold.it/315x420', | 285 | img: 'http://placehold.it/315x420', |
@@ -287,9 +290,10 @@ module.exports = function() { | @@ -287,9 +290,10 @@ module.exports = function() { | ||
287 | alt: '复古fashion' | 290 | alt: '复古fashion' |
288 | } | 291 | } |
289 | ] | 292 | ] |
293 | + } | ||
290 | }, | 294 | }, |
291 | { | 295 | { |
292 | - type: 5, | 296 | + type5: { |
293 | products: [ | 297 | products: [ |
294 | { | 298 | { |
295 | thumb: 'http://placehold.it/276x366', | 299 | thumb: 'http://placehold.it/276x366', |
@@ -337,6 +341,7 @@ module.exports = function() { | @@ -337,6 +341,7 @@ module.exports = function() { | ||
337 | } | 341 | } |
338 | ] | 342 | ] |
339 | } | 343 | } |
344 | + } | ||
340 | ] | 345 | ] |
341 | }, | 346 | }, |
342 | brands: [ | 347 | brands: [ |
-
Please register or login to post a comment