This commit is contained in:
2024-01-18 17:56:46 +08:00
parent 560a226973
commit 8a43aa5bde
17 changed files with 1624 additions and 34 deletions

View File

@@ -5,32 +5,45 @@ Component({
"selectedColor": "#FFFFFF",
"backgroundColor": "#F69448",
list: [
// {
// "pagePath": "/pages/home/cloudCard",
// "text": "补充菜窖",
// "iconPath": "/static/bomicon/bom_notCloudCard.png",
// "selectedIconPath": "/static/bomicon/bom_cloudCard.png"
// },
{
"pagePath": "/pages/home/cloudCard",
"pagePath": "/pages/home/cloudCard2",
"text": "补充菜窖",
"iconPath": "/static/bomicon/bom_notCloudCard.png",
"selectedIconPath": "/static/bomicon/bom_cloudCard.png"
},
// {
// "pagePath": "/pages/home/pickUpCard",
// "text": "选菜窖",
// "iconPath": "/static/bomicon/bom_notPickUp.png",
// "selectedIconPath": "/static/bomicon/bom_pickUp.png"
// },
{
"pagePath": "/pages/home/pickUpCard",
"text": "菜窖",
"pagePath": "/pages/home/myCellar",
"text": "我的菜窖",
"iconPath": "/static/bomicon/bom_notPickUp.png",
"selectedIconPath": "/static/bomicon/bom_pickUp.png"
},
{
"pagePath": "/pages/home/recordList2",
"text": "预约记录",
"iconPath": "/static/bomicon/bom_notRecordNew.png",
"selectedIconPath": "/static/bomicon/bom_recordNew.png"
}
,
// {
// "pagePath": "/pages/home/myHome",
// "text": "我的",
// "iconPath": "/static/bomicon/bom_NotMy.png",
// "selectedIconPath": "/static/bomicon/bom_my.png"
// "pagePath": "/pages/home/recordList2",
// "text": "预约记录",
// "iconPath": "/static/bomicon/bom_notRecordNew.png",
// "selectedIconPath": "/static/bomicon/bom_recordNew.png"
// }
// ,
{
"pagePath": "/pages/home/myHome",
"text": "我的",
"iconPath": "/static/bomicon/bom_NotMy.png",
"selectedIconPath": "/static/bomicon/bom_my.png"
}
]
},