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

151
pages.json

@ -8,7 +8,7 @@
} }
}, },
{ {
"path" : "pages/home/cloudCard", "path": "pages/home/cloudCard",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
} }
@ -37,33 +37,19 @@
"path": "pages/home/giftCard", "path": "pages/home/giftCard",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{ {
"path": "pages/home/pickUpCard", "path": "pages/home/pickUpCard",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
}
},
{
"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",
"style": { "style": {
@ -76,7 +62,7 @@
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{ {
"path": "pages/bind/bind_personCard", "path": "pages/bind/bind_personCard",
"style": { "style": {
@ -91,15 +77,15 @@
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{ {
"path": "pages/bind/bind_giftCard", "path": "pages/bind/bind_giftCard",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
// //
{ {
"path": "pages/bind/bind_giftCard2", "path": "pages/bind/bind_giftCard2",
@ -107,7 +93,7 @@
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{ {
"path": "pages/bind/bind_enterpriseCard", "path": "pages/bind/bind_enterpriseCard",
"style": { "style": {
@ -130,14 +116,6 @@
} }
} }
}, },
{
"path": "pages/card/card_record_detail",
"style": {
"navigationBarTitleText": "预约详情",
"enablePullDownRefresh": false
}
},
{ {
"path": "pages/home/recordList", "path": "pages/home/recordList",
"style": { "style": {
@ -194,8 +172,8 @@
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{ {
"path": "pages/detail/detail_affeection", "path": "pages/detail/detail_affeection",
"style": { "style": {
@ -233,40 +211,46 @@
} }
}, },
{ {
"path" : "pages/cloud/detail_cloudCard", "path": "pages/cloud/detail_cloudCard",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{ {
"path" : "pages/cloud/optionalCard", "path": "pages/cloud/optionalCard",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{ {
"path": "uni_modules/common-pay/pages/pay/pay", "path": "uni_modules/common-pay/pages/pay/pay",
"style": { "style": {
"navigationBarTitleText": "支付订单", "navigationBarTitleText": "支付订单",
"backgroundColor": "#F8F8F8" "backgroundColor": "#F8F8F8"
}
},
{
"path": "uni_modules/common-pay/pages/success/success",
"style": {
"navigationBarTitleText": "支付完成",
"backgroundColor": "#F8F8F8"
}
} }
, },
{ {
"path" : "pages/home/myHome", "path": "uni_modules/common-pay/pages/success/success",
"style": { "style": {
"navigationStyle": "custom", "navigationBarTitleText": "支付完成",
"disableScroll":true "backgroundColor": "#F8F8F8"
} }
},
{
"path": "pages/home/myHome",
"style": {
"navigationStyle": "custom",
"disableScroll": true
}
},
{
"path": "pages/me/base_info",
"style": {
"navigationStyle": "custom",
"disableScroll": true
} }
}
], ],
"globalStyle": { "globalStyle": {
"navigationBarTextStyle": "white", "navigationBarTextStyle": "white",
@ -275,37 +259,36 @@
"backgroundColor": "#FE9039" "backgroundColor": "#FE9039"
}, },
"tabBar": { "tabBar": {
"custom": true, //tabBar "custom": true, //tabBar
"color": "#FFEEE1", "color": "#FFEEE1",
"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", "selectedIconPath": "static/bomicon/bom_cloudCard.png"
"selectedIconPath": "static/bomicon/bom_cloudCard.png" },
}, {
{ "pagePath": "pages/home/pickUpCard",
"pagePath": "pages/home/pickUpCard", "text": "选菜窖",
"text": "选菜窖", "iconPath": "static/bomicon/bom_notPickUp.png",
"iconPath": "static/bomicon/bom_notPickUp.png", "selectedIconPath": "static/bomicon/bom_pickUp.png"
"selectedIconPath": "static/bomicon/bom_pickUp.png" },
}, {
{ "pagePath": "pages/home/recordList2",
"pagePath": "pages/home/recordList2", "text": "预约记录",
"text": "预约记录", "iconPath": "static/bomicon/bom_notRecordNew.png",
"iconPath": "static/bomicon/bom_notRecordNew.png", "selectedIconPath": "static/bomicon/bom_recordNew.png"
"selectedIconPath": "static/bomicon/bom_recordNew.png" }
} // {
// { // "pagePath": "pages/home/myHome",
// "pagePath": "pages/home/myHome", // "text": "我的",
// "text": "我的", // "iconPath": "static/bomicon/bom_NotMy.png",
// "iconPath": "static/bomicon/bom_NotMy.png", // "selectedIconPath": "static/bomicon/bom_my.png"
// "selectedIconPath": "static/bomicon/bom_my.png" // }
// }
] ]
}, },
"uniIdRouter": {} "uniIdRouter": {}

Loading…
Cancel
Save