-
Notifications
You must be signed in to change notification settings - Fork 4
/
itemLists_5.json
1598 lines (1598 loc) · 74.5 KB
/
itemLists_5.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"errCode": 0,
"data":{
"banner_img": "http://yanxuan.nosdn.127.net/2b8d2dc1571b21d8141e5b4660eb5a4d.jpg?quality=85&thumbnail=750x0&imageView",
"list": [{
"title": "上衣",
"sub_title": "甄选孩子衣橱 陪伴左右",
"list": [{
"title": "小童连帽针织薄衫 1-8岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/1507b9303e81bbf5b47f33f632715faf.png?imageView&quality=65&thumbnail=330x330",
"tag": "满折",
"spec": "4色可选",
"price": "129",
"discount": "",
"desc": "100%棉 80-130cm"
}, {
"title": "小女童双排扣针织薄衫 1-8岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/56adf15c2dd0a24bf80fdf37a53ce27e.png?imageView&quality=65&thumbnail=330x330",
"tag": "断码特惠满额减",
"spec": "4色可选",
"price": "95.2",
"discount": "119",
"desc": "亲肤毛线 80-130cm"
}, {
"title": "小童恐龙圆领卫衣 1-8岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/9669a9cc427a0f8dde5160b3a7c10626.png?imageView&quality=65&thumbnail=330x330",
"tag": "满折",
"spec": "4色可选",
"price": "89",
"discount": "",
"desc": "小恐龙绣花 80-130cm"
}, {
"title": "儿童萌熊连帽卫衣 1-8岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/6184b5064888b0df5d5b053b45940c42.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "2色可选",
"price": "109",
"discount": "",
"desc": "开春连帽卫衣 80-130cm"
}, {
"title": "小童印花圆领T恤衫 1-8岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/802ad84b9d19e9e2b6e19d52309a2f2f.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "2色可选",
"price": "99",
"discount": "",
"desc": "活力满印 80-130cm"
}, {
"title": "小童萌兔针织衫 1-8岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/71b83d6050f8a874722772052f976a6f.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "2色可选",
"price": "99",
"discount": "",
"desc": "浪漫褶袖设计 80-130cm"
}, {
"title": "小女童萌兔圆领卫衣 1-8岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/9773f4a156526f549044b0b3dccc655c.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "2色可选",
"price": "89",
"discount": "",
"desc": "萌兔印花 80-130cm"
}, {
"title": "儿童渐变色连帽卫衣 1-8岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/b8d012b2b2d320011aff052d05c8e492.png?imageView&quality=65&thumbnail=330x330",
"tag": "满折",
"spec": "",
"price": "99",
"discount": "",
"desc": "开春保暖 80-130cm"
}, {
"title": "女童蝴蝶圆领T恤衫 1-8岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/d3bbf9f2dfd8a44943704f777f32f186.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "2色可选",
"price": "99",
"discount": "",
"desc": "蝴蝶刺绣 110-165cm"
}, {
"title": "女童英伦风衣 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/a5991d49c71a7c6d473531c1a4a4b788.png?imageView&quality=65&thumbnail=330x330",
"tag": "今日特价",
"spec": "2色可选",
"price": "186",
"discount": "249",
"desc": "初春牛角扣 110-165cm"
}, {
"title": "儿童连帽充棉马甲 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/8b4642e64a103a007171976d22ab3791.png?imageView&quality=65&thumbnail=330x330",
"tag": "女王节特惠",
"spec": "3色可选",
"price": "163",
"discount": "199",
"desc": "严选防风腰封 110-165cm"
}, {
"title": "儿童圆领水洗毛衣 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/570a0a7af3707fc60fe3252fa16b4c75.png?imageView&quality=65&thumbnail=330x330",
"tag": "断码特惠",
"spec": "4色可选",
"price": "95.2",
"discount": "119",
"desc": "全棉柔软 110-165cm"
}, {
"title": "小童轻薄羽绒背心 1-8岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/f671bdbea8b5b76be0590831a98578cb.png?imageView&quality=65&thumbnail=330x330",
"tag": "断码特惠",
"spec": "3色可选",
"price": "174",
"discount": "229",
"desc": "90%鸭绒 80-130cm"
}, {
"title": "女童轻量风衣 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/2cbf60ba897348cbc6fcb5794ce1fd47.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "2色可选",
"price": "199",
"discount": "",
"desc": "初春防风 110-165cm "
}, {
"title": "简约小童针织衫 1-8岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/34da760fcbf818eb2d8c7fdddd0e1583.png?imageView&quality=65&thumbnail=330x330",
"tag": "满折",
"spec": "4色可选",
"price": "89",
"discount": "",
"desc": "兔子绣花 80-130cm"
}, {
"title": "儿童羊羔绒夹克 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/83145c82a121e6627618066b914c7e24.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "",
"price": "159",
"discount": "",
"desc": "亲肤软萌 110-165cm"
}, {
"title": "小童基础素色针织T恤衫 1-8岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/a7ea37362a52cd7d6b2ba6547706649e.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "3色可选",
"price": "99",
"discount": "",
"desc": "柔软全棉材质 80-130cm"
}, {
"title": "儿童英伦经典风衣 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/a2c459c4318ebbc50392e3c288fcfd1d.png?imageView&quality=65&thumbnail=330x330",
"tag": "满折",
"spec": "2色可选",
"price": "299",
"discount": "",
"desc": "初春防风 110-165cm"
}, {
"title": "小女童素色T恤衫 1-8岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/470e5fb8736c18205b19edd9e333777c.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "2色可选",
"price": "89",
"discount": "",
"desc": "初夏亲肤打底 80-130cm"
}, {
"title": "小童绣花卫衣 1-8岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/8309689d176dbaba918b8e32639145d0.png?imageView&quality=65&thumbnail=330x330",
"tag": "断码特惠",
"spec": "3色可选",
"price": "135",
"discount": "169",
"desc": "厚实双层加绒 80-130cm"
}, {
"title": "儿童素色圆领针织衫 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/99d02fe071fb5bc7d1cb28e3187f0183.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "3色可选",
"price": "109",
"discount": "",
"desc": "早春内搭必备 110-165cm"
}, {
"title": "女童全棉双排扣风衣 1-8岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/b9bf64dbb06370ebff10c3e561e2d01b.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "",
"price": "149",
"discount": "",
"desc": "全棉亲肤 80-130cm"
}, {
"title": "小童超轻棉服 1-8岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/efde8d44564467c6ee0016cd592aae44.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "3色可选",
"price": "299",
"discount": "",
"desc": "袖子可拆卸 80-130cm"
}, {
"title": "小女童开襟针织衫 1-8岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/c73465a1a7b597ac035fd0788e1a725d.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "2色可选",
"price": "129",
"discount": "",
"desc": "六角提花 80-130cm"
}, {
"title": "儿童派克风衣 含内胆 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/473261c2dfacdda546e654de2a78811d.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "",
"price": "329",
"discount": "",
"desc": "初春风衣 110-165cm"
}, {
"title": "儿童蝴蝶纯棉卫衣 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/a5a8d85550fd3a788ca1c9e81290e480.png?imageView&quality=65&thumbnail=330x330",
"tag": "断码特惠",
"spec": "2色可选",
"price": "96.7",
"discount": "129",
"desc": "精致珠片 110-165cm"
}, {
"title": "儿童春款风衣 含内胆 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/8759c4fb003d03873ebd679079e68794.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "",
"price": "349",
"discount": "",
"desc": "内胆可拆 110-165cm"
}, {
"title": "儿童翻领毛衣 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/da27ada20a72d115f3a8563124272c29.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "2色可选",
"price": "139",
"discount": "",
"desc": "舒弹亲肤 110-165cm"
}, {
"title": "儿童针织夹棉外套 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/0d872a0c53aa2428f38befcb4caa64aa.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "3色可选",
"price": "249",
"discount": "",
"desc": "双层夹棉厚实 110-165cm"
}, {
"title": "儿童轻薄风衣(含收纳袋) 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/a297726dc1e758d9bc24e51adb1658bd.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "4色可选",
"price": "159",
"discount": "",
"desc": "超轻设计 110-165cm"
}, {
"title": "女童轻盈棉服 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/cf21a2c2710d08a56acbb97f37f6d741.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "",
"price": "229",
"discount": "",
"desc": "毛领可拆卸 110-165cm"
}, {
"title": "儿童素色连帽针织衫 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/0fe7eacd04a738b460a47ef98261dfa0.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "3色可选",
"price": "119",
"discount": "",
"desc": "早春单品 110-165cm"
}, {
"title": "小童轻薄棉服 1-8岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/ef5f09a97a80ab765b441a05c8b2a4a0.png?imageView&quality=65&thumbnail=330x330",
"tag": "女王节特惠",
"spec": "2色可选",
"price": "128",
"discount": "159",
"desc": "轻巧夹棉春装 80-130cm"
}, {
"title": "小童空气棉T恤衫 1-8岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/5bf4d627f04c355f1d4b62d5ed7b8d0a.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "2色可选",
"price": "109",
"discount": "",
"desc": "春季轻盈 80-130cm"
}, {
"title": "儿童飞行员夹克 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/e95da088b3af75d823962998b2d32f1b.png?imageView&quality=65&thumbnail=330x330",
"tag": "断码特惠",
"spec": "2色可选",
"price": "159",
"discount": "199",
"desc": "开春防风 110-165cm"
}, {
"title": "儿童呆熊条纹卫衣 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/ec0b0bc4571532117975203cc72daeae.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "2色可选",
"price": "99",
"discount": "",
"desc": "舒适好棉用料 110-165cm"
}, {
"title": "儿童厚实圆领毛衣 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/0e97bf04c6030b0d4c263441a5f7cccd.png?imageView&quality=65&thumbnail=330x330",
"tag": "断码特惠",
"spec": "2色可选",
"price": "78.2",
"discount": "92",
"desc": "冰淇淋绣花 110-165cm"
}, {
"title": "儿童珠地网眼插肩袖T恤 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/9e060958349a5903e20b1f4033c5ae1e.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "",
"price": "109",
"discount": "",
"desc": "珠地面料 舒爽肤感"
}, {
"title": "儿童轻薄立领针织T恤 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/6c97f44608fbae7e4366e847d2612e7b.png?imageView&quality=65&thumbnail=330x330",
"tag": "满折",
"spec": "2色可选",
"price": "95",
"discount": "",
"desc": "内搭单品 110-165cm"
}, {
"title": "小童风衣+马甲两件组合 1-8岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/a720eebab02658877756423d56841e65.png?imageView&quality=65&thumbnail=330x330",
"tag": "女王节特惠",
"spec": "",
"price": "266",
"discount": "299",
"desc": "含马甲可拆 80-130cm"
}, {
"title": "儿童仙人掌毛衣 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/23a7e894bdc48fe0a815186383af0bc2.png?imageView&quality=65&thumbnail=330x330",
"tag": "断码特惠",
"spec": "2色可选",
"price": "109",
"discount": "129",
"desc": "温暖打底单品 110-165cm"
}, {
"title": "小童羽绒面包服 1-8岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/71500fbfbf17b4ec289803325d97975f.png?imageView&quality=65&thumbnail=330x330",
"tag": "女王节特惠",
"spec": "3色可选",
"price": "248",
"discount": "299",
"desc": "90%鸭绒 80-130cm"
}, {
"title": "儿童基础运动卫衣 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/56e61dd8d316d546a7279546d9a8b014.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "5色可选",
"price": "99",
"discount": "",
"desc": "早春百搭外套 110-165cm"
}, {
"title": "儿童V领针织衫 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/fbc803992f82cd8f74e5ebdb4959ac70.png?imageView&quality=65&thumbnail=330x330",
"tag": "满折",
"spec": "2色可选",
"price": "99",
"discount": "",
"desc": "百搭针织 110-165cm"
}, {
"title": "儿童简约套头卫衣 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/dd5034dbcb2dbaf629d43ee211df5bb8.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "",
"price": "99",
"discount": "",
"desc": "清新几何印花 110-165cm"
}, {
"title": "女童磨毛轻软棉服 1-8岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/ce1576fa2bfdea7d5c4de986ac9b8b57.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "2色可选",
"price": "249",
"discount": "",
"desc": "蓬松填充 80-130cm"
}, {
"title": "儿童条纹长袖衫 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/218b07727236b19f17828eab79236984.png?imageView&quality=65&thumbnail=330x330",
"tag": "断码特惠",
"spec": "",
"price": "107",
"discount": "129",
"desc": "优质纯棉用料 110-165cm"
}, {
"title": "儿童轻软棉服 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/cdc37df5225c4524532bd0c91542ca4d.png?imageView&quality=65&thumbnail=330x330",
"tag": "限时购",
"spec": "4色可选",
"price": "209",
"discount": "299",
"desc": "防风腰封设计 110-165cm"
}, {
"title": "儿童防风羽绒服 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/82c2af65f0f193f0f4cbfe23f80fb749.png?imageView&quality=65&thumbnail=330x330",
"tag": "断码特惠",
"spec": "2色可选",
"price": "399",
"discount": "499",
"desc": "90%鸭绒 110-165cm"
}, {
"title": "儿童磨毛轻软棉服 1-8岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/21fba71aa1cc021673e1dc172e425d71.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "2色可选",
"price": "249",
"discount": "",
"desc": "轻巧穿着 80-130cm"
}, {
"title": "女童羽绒服中长款 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/a7b81499bf03c8837371016182080e6c.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "2色可选",
"price": "399",
"discount": "",
"desc": "90%鸭绒 110-165cm"
}, {
"title": "儿童轻软羽绒服 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/93d4c2d10579b5f6025693a19cbf88d1.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "2色可选",
"price": "399",
"discount": "",
"desc": "90%鸭绒 110-165cm"
}, {
"title": "女童轻薄侧开羽绒服 1-8岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/e313298d7a9da97826f53307a80bd844.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "2色可选",
"price": "299",
"discount": "",
"desc": "90%鸭绒 80-130cm"
}, {
"title": "儿童条纹针织外套衫 1-8岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/43e354cc02a2c563daacf2f89081c1f0.png?imageView&quality=65&thumbnail=330x330",
"tag": "断码特惠满额减",
"spec": "2色可选",
"price": "104",
"discount": "139",
"desc": "条纹撞色 80-130cm"
}, {
"title": "儿童拉绒长款卫衣 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/79d5d9c628a428e902e9737e8bf18550.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "2色可选",
"price": "109",
"discount": "",
"desc": "马卡龙配色 110-165cm"
}, {
"title": "小童金葱针织衫 1-8岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/57cf5b60b79f3442c8b0851dcc953c84.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "2色可选",
"price": "99",
"discount": "",
"desc": "金银丝贴花绣 80-130cm"
}, {
"title": "小童音符针织衫 1-8岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/d5d822943ab2f8829dd05a66e8ebb6b4.png?imageView&quality=65&thumbnail=330x330",
"tag": "今日特价",
"spec": "2色可选",
"price": "74.2",
"discount": "99",
"desc": "春秋内搭 80-130cm"
}, {
"title": "儿童条纹针织衫 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/533e2655b8577a0cf4bddec556fd9147.png?imageView&quality=65&thumbnail=330x330",
"tag": "断码特惠",
"spec": "2色可选",
"price": "74.2",
"discount": "99",
"desc": "柔软纯棉用料 110-165cm"
}, {
"title": "儿童萌趣印花卫衣 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/d54f1cb07ad4b4454fd16591440d2f69.png?imageView&quality=65&thumbnail=330x330",
"tag": "断码特惠",
"spec": "",
"price": "101",
"discount": "109",
"desc": "优质烧棉 110-165cm"
}, {
"title": "儿童条纹长袖T恤 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/a6c8c46f0942459c1baa6de0fd88c413.png?imageView&quality=65&thumbnail=330x330",
"tag": "断码特惠",
"spec": "2色可选",
"price": "59.2",
"discount": "79",
"desc": "柔软纯棉用料 110-165cm"
}, {
"title": "立体印花 儿童萌趣卡通连帽衫",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/7dda98c3a95da1edea402fce9dce7bf9.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "2色可选",
"price": "79",
"discount": "",
"desc": "薄款连帽衫 空调房适用"
}, {
"title": "双面粗针圆领开衫(儿童)",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/7ea5e5b7909e7d6787f14b414e8135d6.png?imageView&quality=65&thumbnail=330x330",
"tag": "",
"spec": "",
"price": "79",
"discount": "",
"desc": "柔软舒适 简洁百搭"
}, {
"title": "儿童怪兽印花卫衣 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/79ca3c4d239f27f8de1667a6a2c90c24.png?imageView&quality=65&thumbnail=330x330",
"tag": "断码特惠",
"spec": "3色可选",
"price": "79.2",
"discount": "99",
"desc": "柔软水洗 110-165cm"
}, {
"title": "儿童空气棉外套 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/58a327302451f357567075395aa5248e.png?imageView&quality=65&thumbnail=330x330",
"tag": "",
"spec": "",
"price": "119",
"discount": "",
"desc": "卫衣挺括材质 110-165cm"
}, {
"title": "女童羊绒开衫 1-8岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/3ed9aafe3df1fe8c9eddd518d82a35b7.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "",
"price": "249",
"discount": "",
"desc": "内蒙古白山羊绒 110-165cm"
}, {
"title": "女童开襟针织衫 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/a0c94cb866c6484e4ed675d943ece350.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "2色可选",
"price": "99",
"discount": "",
"desc": "镂空优雅提花 110-165cm"
}, {
"title": "小绅士尼丝纺夹克衫",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/baa765d1b1db14590358f67cc4de240a.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "",
"price": "95",
"discount": "",
"desc": "轻盈耐磨 休闲舒适"
}, {
"title": "小童撞色长袖T恤 1-8岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/830ae712fceec1b402f99062c054536a.png?imageView&quality=65&thumbnail=330x330",
"tag": "",
"spec": "3色可选",
"price": "89",
"discount": "",
"desc": "萌萌企鹅印花 80-130cm"
}, {
"title": "儿童纯棉素色T恤衫",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/93546260fbf2d25216d55f02fa5a6594.png?imageView&quality=65&thumbnail=330x330",
"tag": "断码特惠",
"spec": "4色可选",
"price": "51.3",
"discount": "79",
"desc": "早秋搭配,外出打底"
}, {
"title": "轻暖 棉灯芯绒衬衫",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/d08815e66951fa83f1910d01ee74bbed.png?imageView&quality=65&thumbnail=330x330",
"tag": "",
"spec": "",
"price": "99",
"discount": "",
"desc": "全棉厚实质地 拼色时尚必备"
}, {
"title": "儿童格纹长袖衬衫 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/072235758a9e74aec817113902872bed.png?imageView&quality=65&thumbnail=330x330",
"tag": "",
"spec": "",
"price": "139",
"discount": "",
"desc": "经典格纹,帅气立领"
}, {
"title": "婴童格纹长袖衬衫 0-3岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/fbbe08edbc745ca90fb7b535b614607a.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "",
"price": "139",
"discount": "",
"desc": "法式翻领 气质格纹"
}, {
"title": "撞色小绅士棉柔衬衣",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/7d6e01908f5cb60caa22fe7e74704bed.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "",
"price": "89",
"discount": "",
"desc": "简约时尚 柔软手感"
}, {
"title": "全棉牛津纺衬衫",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/89d600463e48c8e6fbeafc5def93a426.png?imageView&quality=65&thumbnail=330x330",
"tag": "断码特惠",
"spec": "3色可选",
"price": "74.2",
"discount": "99",
"desc": "全棉亲肤 秋季百搭"
}, {
"title": "亲肤海魂打底衫(男童)",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/df268fe745c28622c7d9f28386a4c81c.png?imageView&quality=65&thumbnail=330x330",
"tag": "",
"spec": "3色可选",
"price": "49",
"discount": "",
"desc": "宽松亲肤,百搭条纹"
}, {
"title": "儿童竹节棉长袖T恤",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/3c74cd1d29cb69b618c1cfca37cfd19d.png?imageView&quality=65&thumbnail=330x330",
"tag": "",
"spec": "2色可选",
"price": "79",
"discount": "",
"desc": "竹节棉纱 透气柔软"
}, {
"title": "夏日星星七分袖T恤(女童)",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/9e12f78c15d92f88a12183894ffcfa7b.png?imageView&quality=65&thumbnail=330x330",
"tag": "",
"spec": "3色可选",
"price": "79",
"discount": "",
"desc": "向满天星许愿"
}, {
"title": "婴幼儿条纹长袖海魂衫",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/95cdb9a84b3bde8507090a034c9584db.png?imageView&quality=65&thumbnail=330x330",
"tag": "断码特惠",
"spec": "2色可选",
"price": "59.2",
"discount": "79",
"desc": "A类一等品,无荧光承诺"
}, {
"title": "女宝宝条纹长袖海魂衫",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/0c6e88e4527566a3721a0e763fc20d0c.png?imageView&quality=65&thumbnail=330x330",
"tag": "",
"spec": "2色可选",
"price": "79",
"discount": "",
"desc": "纯棉亲肤娃娃衫"
}, {
"title": "新生儿斜襟夹棉棉衣 3月-3岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/d9aa9beceeaf8d2a9894b65bb49df610.png?imageView&quality=65&thumbnail=330x330",
"tag": "",
"spec": "",
"price": "109",
"discount": "",
"desc": "菱形绗棉 66-100cm"
}, {
"title": "纯色亚麻衬衫(女童)",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/c0364ab5bdb82f66ef352262456febdb.png?imageView&quality=65&thumbnail=330x330",
"tag": "断码特惠",
"spec": "2色可选",
"price": "89.2",
"discount": "119",
"desc": "爽肤亚麻 绑带巧思设计"
}, {
"title": "儿童亚麻长袖T恤 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/31a3f6ab46ea3518636ea7618882f8a3.png?imageView&quality=65&thumbnail=330x330",
"tag": "断码特惠",
"spec": "3色可选",
"price": "81.7",
"discount": "109",
"desc": "穿在身上的“自然空调”"
}, {
"title": "女童亚麻长袖衫(八分袖)",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/29a0022b22e3f535838632efb4e7059b.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "3色可选",
"price": "99",
"discount": "",
"desc": "长袖处的自然空调"
}, {
"title": "清爽亚麻 短袖衬衣(儿童)",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/2ee2b8e89d3b3ac6844c3561429add26.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "",
"price": "119",
"discount": "",
"desc": "100%纯亚麻材质 凉爽健康"
}, {
"title": "双层纱 小绅士短袖衬衫( 儿童)",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/a5dcc8a075bc5c910649e6d58d139c0f.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "2色可选",
"price": "109",
"discount": "",
"desc": "轻薄吸汗 柔软亲肤"
}, {
"title": "清爽亚麻 荷叶边公主衫(女童)",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/f0061fb1adb961583806a7e28845ff4f.png?imageView&quality=65&thumbnail=330x330",
"tag": "",
"spec": "2色可选",
"price": "89",
"discount": "",
"desc": "100%纯亚麻 健康凉爽"
}, {
"title": "儿童格纹短袖衬衫 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/4112771fd763fd2a06340155b730c55f.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "",
"price": "99",
"discount": "",
"desc": "经典格纹,内外兼搭"
}, {
"title": "清凉夏日 渐变色短袖T恤(儿童)",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/9141358b767e0bebcd264f7a3fdb8743.png?imageView&quality=65&thumbnail=330x330",
"tag": "",
"spec": "",
"price": "69",
"discount": "",
"desc": "冰沙灵感 渐变清凉"
}, {
"title": "休闲度假 男童条纹短袖T恤衫",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/378b0b1115d2d936e6f546826b13f415.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "",
"price": "99",
"discount": "",
"desc": "二十多道精工制成 大牌同品质"
}, {
"title": "猫咪印花 荷叶边T恤( 女童)",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/78fdd0ec04d66dfe350e49dfabe5c3da.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "",
"price": "99",
"discount": "",
"desc": "超乎想象的柔软材质"
}, {
"title": "女童纱布衬衫 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/f46f657e11cadeede4f214aaffaf4df7.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "2色可选",
"price": "119",
"discount": "",
"desc": "轻柔双层纱 初春呼吸自然"
}, {
"title": "白色素雅短袖T恤(男婴童)",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/10526de3e03246d1c865d3af928b5450.png?imageView&quality=65&thumbnail=330x330",
"tag": "",
"spec": "",
"price": "39",
"discount": "",
"desc": "格纹贴袋,A类无荧光"
}, {
"title": "婴童格纹短袖衬衫 3个月-3岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/65920c31599304da38738c0160cd613e.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "",
"price": "99",
"discount": "",
"desc": "经典格纹风 时尚又百搭"
}, {
"title": "儿童简约宽松水洗T恤衫",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/3be2fa9dd99671671033af74613f9b86.png?imageView&quality=65&thumbnail=330x330",
"tag": "断码特惠",
"spec": "3色可选",
"price": "59",
"discount": "",
"desc": "100%全棉 宽松舒适"
}, {
"title": "极软纱 纯棉打底T恤(儿童)",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/e0f2d23e2c67e7b21cb80be7812daea9.png?imageView&quality=65&thumbnail=330x330",
"tag": "",
"spec": "2色可选",
"price": "129",
"discount": "",
"desc": "罗纹细棉 轻薄吸汗"
}, {
"title": "提花彩棉新生儿T恤衫(女宝宝)",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/04a55f05d27102406740c66ae4309897.png?imageView&quality=65&thumbnail=330x330",
"tag": "断码特惠",
"spec": "A类无荧光",
"price": "51.7",
"discount": "69",
"desc": "天然彩棉 柔软亲肤"
}, {
"title": "夏日手绘印花背心(儿童)",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/6175b562cf9fed5247a02ad2a5aa4ede.png?imageView&quality=65&thumbnail=330x330",
"tag": "断码特惠",
"spec": "",
"price": "71.2",
"discount": "89",
"desc": "100%棉 趣味印花"
}, {
"title": "经典儿童风衣(男童)",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/1afe71136513236f066f4202e4b0cd08.png?imageView&quality=65&thumbnail=330x330",
"tag": "",
"spec": "",
"price": "329",
"discount": "",
"desc": "高密度防水防风,时尚帅气"
}, {
"title": "提花彩棉新生儿T恤衫(男宝宝)",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/a67dd32df355aa747e990103e5894907.png?imageView&quality=65&thumbnail=330x330",
"tag": "断码特惠",
"spec": "A类无荧光",
"price": "51.7",
"discount": "69",
"desc": "天然彩棉 柔软亲肤"
}, {
"title": "迷彩短袖T恤",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/ba5d98281e38a647dbe8f8b05555f5a7.png?imageView&quality=65&thumbnail=330x330",
"tag": "",
"spec": "2色可选",
"price": "36",
"discount": "",
"desc": "经典迷彩,个性百搭"
}, {
"title": "儿童拼接迷彩短袖T恤",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/cc09816c421fba93e99db4a47c30bebb.png?imageView&quality=65&thumbnail=330x330",
"tag": "",
"spec": "",
"price": "36",
"discount": "",
"desc": "经典迷彩,个性百搭"
}, {
"title": "纯色珠地Polo衫(男童)",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/c1c94f882f5050772a55ad0622ddfe88.png?imageView&quality=65&thumbnail=330x330",
"tag": "",
"spec": "3色可选",
"price": "69",
"discount": "",
"desc": "优选面料 干爽吸汗"
}]
}, {
"title": "下装",
"sub_title": "实用裤装 方便活动",
"list": [{
"title": "儿童春款运动裤 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/95304ec7153311c66ce5b7ac63b8a26e.png?imageView&quality=65&thumbnail=330x330",
"tag": "断码特惠",
"spec": "3色可选",
"price": "75.6",
"discount": "89",
"desc": "运动无束 110-165cm"
}, {
"title": "女童运动卫裤 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/f76d973993a903bd522ef3e06a4ebf77.png?imageView&quality=65&thumbnail=330x330",
"tag": "断码特惠",
"spec": "2色可选",
"price": "79.2",
"discount": "99",
"desc": "防倒春寒 110-165cm"
}, {
"title": "儿童休闲束脚裤 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/00d26be30f24526aaedcab7f06c67dea.png?imageView&quality=65&thumbnail=330x330",
"tag": "断码特惠",
"spec": "3色可选",
"price": "89.2",
"discount": "119",
"desc": "开春必备 110-165cm"
}, {
"title": "儿童灯芯绒长裤 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/662e3b5499355858a2ea59cb28b4d354.png?imageView&quality=65&thumbnail=330x330",
"tag": "断码特惠",
"spec": "2色可选",
"price": "96.7",
"discount": "129",
"desc": "防倒春寒 110-165cm"
}, {
"title": "女童春款打底裤 4-16岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/169e77d996d5b3109e4bbe67053c1284.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "5色可选",
"price": "79",
"discount": "",
"desc": "初春针织 110-165cm"
}, {
"title": "小童休闲梭织裤 1-8岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/cd6c4b4e1af7732d81b28d0678523cd9.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "2色可选",
"price": "99",
"discount": "",
"desc": "弹力腰围 80-130cm"
}, {
"title": "小童运动卫裤 1-8岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/6e9bc3e434eb1cc97d43afd6e2937af9.png?imageView&quality=65&thumbnail=330x330",
"tag": "满折",
"spec": "2色可选",
"price": "119",
"discount": "",
"desc": "防倒春寒 80-130cm"
}, {
"title": "女童绒球打底裤 1-8岁",
"sub_title": "",
"picUrl": "http://yanxuan.nosdn.127.net/49f926bb6ebc13bdbdd171f7caccceae.png?imageView&quality=65&thumbnail=330x330",
"tag": "满额减",
"spec": "3色可选",
"price": "79",
"discount": "",