mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-11-13 06:23:01 +08:00
update collection/opendb-mall-categories/collection.json.
新增分类图标、排序
This commit is contained in:
parent
2afef8d21e
commit
c3c3f0a8ef
@ -10,6 +10,14 @@
|
|||||||
"bsonType": "string",
|
"bsonType": "string",
|
||||||
"description": "类别名称"
|
"description": "类别名称"
|
||||||
},
|
},
|
||||||
|
"icon": {
|
||||||
|
"bsonType": "string",
|
||||||
|
"description": "类别图标/图片地址"
|
||||||
|
},
|
||||||
|
"sort": {
|
||||||
|
"bsonType": "int",
|
||||||
|
"description": "类别排序"
|
||||||
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"bsonType": "string",
|
"bsonType": "string",
|
||||||
"description": "类别描述"
|
"description": "类别描述"
|
||||||
|
Loading…
Reference in New Issue
Block a user