👍 add app

This commit is contained in:
2023-07-18 16:04:30 +08:00
parent 1663001d39
commit 751b980665
66 changed files with 140 additions and 91 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"label": "商品管理",
"position": 5,
"link": {
"type": "generated-index",
"description": "维护商品信息"
}
}
+11
View File
@@ -0,0 +1,11 @@
---
sidebar_position: 3
sidebar_label: 商品详情
title: 商品详情
---
### 商品详情
若需要添加商品详情介绍,在该板块进行文字图片编辑设置,点击右上角【上传】可上传图片;
![Alt text](./img/details2.png)
设置完成后保存商品信息,可查看到商品显示,也可编辑修改,删除商品等操作;
![Alt text](./img/details1.png)
Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

+9
View File
@@ -0,0 +1,9 @@
---
sidebar_position: 1
sidebar_label: 商品信息
---
## 商品信息
根据<帮助>填写商品信息,商品分组一定要选择相对应的分类,用户端显示一定要选 ‘是’,才能成功上架;
![商品信息](./img/good.dat)
+26
View File
@@ -0,0 +1,26 @@
---
sidebar_position: 2
sidebar_label: 款式设置
title: 款式设置
---
## 商品款式分为单款式,多款式,套餐类型
### 款式设置—单款式
如商品为单一款式,即选择单款式填写价格等信息;
![spec1](./img/spec1.dat)
### 款式设置—多款式
如商品有多种规格,即选择多款式;添加不同规格名,设置不同规格,不同价格,库存等信息;
例如奶茶分为不同温度,不同甜度,不同规格,添加示例如下图;这样就可以生成多种款式方便客户选择;
![spec2](./img/spec2.dat)
### 款式设置—套餐
如商品是由多个商品组合成固定套餐,即选择单款式,下方操作【套餐选择】,增加套餐分组,增加商品选择,如图示例;
![spec3](./img/spec3.png)
![spec3](./img/spec4.png)