123
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user