1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

通过微信开发者工具 商城模板 创建新小程序

This commit is contained in:
2023-03-06 23:52:24 +08:00
parent ada464a8cc
commit c21ff901d5
393 changed files with 52952 additions and 0 deletions

View File

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