wong1988 1 year ago
parent
commit
b060bf0e64
  1. 35
      pages.json

35
pages.json

@ -49,20 +49,6 @@
} }
}, },
{
"path": "pages/card/card_booking",
"style": {
"navigationBarTitleText": "预约提货",
"enablePullDownRefresh": false
}
},
{
"path": "pages/card/card_record",
"style": {
"navigationBarTitleText": "预约记录"
}
},
{ {
"path": "pages/bind/bind_pickUpCard", "path": "pages/bind/bind_pickUpCard",
@ -130,14 +116,6 @@
} }
} }
}, },
{
"path": "pages/card/card_record_detail",
"style": {
"navigationBarTitleText": "预约详情",
"enablePullDownRefresh": false
}
},
{ {
"path": "pages/home/recordList", "path": "pages/home/recordList",
"style": { "style": {
@ -257,14 +235,20 @@
"navigationBarTitleText": "支付完成", "navigationBarTitleText": "支付完成",
"backgroundColor": "#F8F8F8" "backgroundColor": "#F8F8F8"
} }
} },
,
{ {
"path": "pages/home/myHome", "path": "pages/home/myHome",
"style": { "style": {
"navigationStyle": "custom", "navigationStyle": "custom",
"disableScroll": true "disableScroll": true
} }
},
{
"path": "pages/me/base_info",
"style": {
"navigationStyle": "custom",
"disableScroll": true
}
} }
], ],
@ -280,8 +264,7 @@
"selectedColor": "#191919", "selectedColor": "#191919",
"borderStyle": "white", "borderStyle": "white",
"backgroundColor": "#F69448", "backgroundColor": "#F69448",
"list": [ "list": [{
{
"pagePath": "pages/home/cloudCard", "pagePath": "pages/home/cloudCard",
"text": "补充菜窖", "text": "补充菜窖",
"iconPath": "static/bomicon/bom_notCloudCard.png", "iconPath": "static/bomicon/bom_notCloudCard.png",

Loading…
Cancel
Save