| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175 |
- export function getCategoryList() {
- return [
- {
- groupId: '24948',
- name: '女装',
- thumbnail: 'https://tdesign.gtimg.com/miniprogram/template/retail/category/category-default.png',
- children: [
- {
- groupId: '249481',
- name: '女装',
- thumbnail: 'https://tdesign.gtimg.com/miniprogram/template/retail/category/category-default.png',
- children: [
- {
- groupId: '249480',
- name: '卫衣',
- thumbnail: 'https://tdesign.gtimg.com/miniprogram/template/retail/classify/img-1.png',
- },
- {
- groupId: '249480',
- name: '毛呢外套',
- thumbnail: 'https://tdesign.gtimg.com/miniprogram/template/retail/classify/img-2.png',
- },
- {
- groupId: '249480',
- name: '雪纺衫',
- thumbnail: 'https://tdesign.gtimg.com/miniprogram/template/retail/classify/img-3.png',
- },
- {
- groupId: '249480',
- name: '羽绒服',
- thumbnail: 'https://tdesign.gtimg.com/miniprogram/template/retail/classify/img-4.png',
- },
- {
- groupId: '249480',
- name: '毛衣',
- thumbnail: 'https://tdesign.gtimg.com/miniprogram/template/retail/classify/img-5.png',
- },
- {
- groupId: '249480',
- name: '棉衣',
- thumbnail: 'https://tdesign.gtimg.com/miniprogram/template/retail/classify/img-6.png',
- },
- {
- groupId: '249480',
- name: '西装',
- thumbnail: 'https://tdesign.gtimg.com/miniprogram/template/retail/classify/img-7.png',
- },
- {
- groupId: '249480',
- name: '马甲',
- thumbnail: 'https://tdesign.gtimg.com/miniprogram/template/retail/classify/img-8.png',
- },
- {
- groupId: '249480',
- name: '连衣裙',
- thumbnail: 'https://tdesign.gtimg.com/miniprogram/template/retail/classify/img-9.png',
- },
- {
- groupId: '249480',
- name: '半身裙',
- thumbnail: 'https://tdesign.gtimg.com/miniprogram/template/retail/classify/img-10.png',
- },
- {
- groupId: '249480',
- name: '裤子',
- thumbnail: 'https://tdesign.gtimg.com/miniprogram/template/retail/classify/img-11.png',
- },
- ],
- },
- ],
- },
- {
- groupId: '24948',
- name: '男装',
- thumbnail: 'https://tdesign.gtimg.com/miniprogram/template/retail/category/category-default.png',
- children: [
- {
- groupId: '249481',
- name: '男装',
- thumbnail: 'https://tdesign.gtimg.com/miniprogram/template/retail/category/category-default.png',
- children: [
- {
- groupId: '249480',
- name: '卫衣',
- thumbnail: 'https://tdesign.gtimg.com/miniprogram/template/retail/classify/img-1.png',
- },
- {
- groupId: '249480',
- name: '裤子',
- thumbnail: 'https://tdesign.gtimg.com/miniprogram/template/retail/classify/img-11.png',
- },
- {
- groupId: '249480',
- name: '西装',
- thumbnail: 'https://tdesign.gtimg.com/miniprogram/template/retail/classify/img-7.png',
- },
- {
- groupId: '249480',
- name: '羽绒服',
- thumbnail: 'https://tdesign.gtimg.com/miniprogram/template/retail/classify/img-4.png',
- },
- {
- groupId: '249480',
- name: '马甲',
- thumbnail: 'https://tdesign.gtimg.com/miniprogram/template/retail/classify/img-8.png',
- },
- ],
- },
- ],
- },
- {
- groupId: '24948',
- name: '儿童装',
- thumbnail: 'https://tdesign.gtimg.com/miniprogram/template/retail/category/category-default.png',
- children: [
- {
- groupId: '249481',
- name: '儿童装',
- thumbnail: 'https://tdesign.gtimg.com/miniprogram/template/retail/category/category-default.png',
- children: [
- {
- groupId: '249480',
- name: '马甲',
- thumbnail: 'https://tdesign.gtimg.com/miniprogram/template/retail/classify/img-8.png',
- },
- {
- groupId: '249480',
- name: '裤子',
- thumbnail: 'https://tdesign.gtimg.com/miniprogram/template/retail/classify/img-11.png',
- },
- {
- groupId: '249480',
- name: '连衣裙',
- thumbnail: 'https://tdesign.gtimg.com/miniprogram/template/retail/classify/img-9.png',
- },
- {
- groupId: '249480',
- name: '其他',
- thumbnail: 'https://tdesign.gtimg.com/miniprogram/template/retail/goods/muy-3b.png',
- },
- ],
- },
- ],
- },
- {
- groupId: '24948',
- name: '美妆',
- thumbnail: 'https://tdesign.gtimg.com/miniprogram/template/retail/category/category-default.png',
- children: [
- {
- groupId: '249481',
- name: '美妆',
- thumbnail: 'https://tdesign.gtimg.com/miniprogram/template/retail/category/category-default.png',
- children: [
- {
- groupId: '249480',
- name: '唇釉',
- thumbnail: 'https://tdesign.gtimg.com/miniprogram/template/retail/goods/mz-20a1.png',
- },
- {
- groupId: '249480',
- name: '美妆蛋',
- thumbnail: 'https://tdesign.gtimg.com/miniprogram/template/retail/goods/mz-11a1.png',
- },
- {
- groupId: '249480',
- name: '眼影',
- thumbnail: 'https://tdesign.gtimg.com/miniprogram/template/retail/goods/mz-12b.png',
- },
- ],
- },
- ],
- },
- ];
- }
|