cashier_weapp/pages.json

243 lines
4.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/index/jtoday",
"style": {
"navigationBarTitleText": "每日上新",
"navigationStyle": "custom"
}
},
{
"path": "pages/index/freedaily",
"style": {
"navigationBarTitleText": "每日免单",
"navigationStyle": "custom"
}
},
{
"path": "pages/index/tothestore",
"style": {
"navigationBarTitleText": "预约到店",
"navigationStyle": "custom"
}
},
{
"path": "pages/index/coupons/index",
"style": {
"navigationBarTitleText": "红包中心"
}
},
{
"path": "pages/index/drinks",
"style": {
"navigationBarTitleText": "咖啡饮品",
"navigationStyle": "custom"
}
},
{
"path": "pages/index/hotlist",
"style": {
"navigationBarTitleText": "热榜推荐",
"navigationStyle": "custom"
}
},
{
"path": "pages/index/uindexlist",
"style": {
"navigationBarTitleText": "选择城市"
}
},
{
"path": "pages/product/index",
"style": {
"navigationBarTitleText": "商品详情",
"navigationStyle": "custom"
}
},
{
"path": "pages/product/generalstore",
"style": {
"navigationBarTitleText": "通用门店"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/login/register",
"style": {
"navigationBarTitleText": "注册"
}
},
{
"path": "pages/order/order",
"style": {
"navigationBarTitleText": "订单列表",
"navigationBarBackgroundColor": "#FFD158",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/order/order_detail",
"style": {
"navigationBarTitleText": "订单详情"
}
},
{
"path": "pages/order/successful",
"style": {
"navigationBarTitleText": "支付成功",
"navigationStyle": "custom"
}
},
{
"path": "pages/member/index",
"style": {
"navigationBarTitleText": "会员充值"
}
},
{
"path": "pages/make/make",
"style": {
"navigationBarTitleText": "在线预定"
}
},
{
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "个人中心",
"navigationBarBackgroundColor": "#FFD158",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/pay_code/pay_code",
"style": {
"navigationBarTitleText": "会员支付码"
}
},
{
"path": "pages/order_detail/order_detail",
"style": {
"navigationBarTitleText": "订单详情"
}
},
{
"path": "pages/order_food/order_food",
"style": {
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/make/list",
"style": {
"navigationBarTitleText": "在线预订"
}
},
{
"path": "pages/user/coupon",
"style": {
"navigationBarTitleText": "优惠券"
}
},
{
"path": "pages/user/information",
"style": {
"navigationBarTitleText": "完善信息",
"navigationStyle": "custom"
}
},
{
"path": "pages/user/shop/index",
"style": {
"navigationBarTitleText": "积分商城",
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/user/shop/detail",
"style": {
"navigationBarTitleText": "积分明细",
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/user/shop/shopinfo",
"style": {
"navigationBarTitleText": "商品详情",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/user/address/index",
"style": {
"navigationBarTitleText": "地址列表",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/user/address/edit",
"style": {
"navigationBarTitleText": "添加地址",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/user/shop/confirm",
"style": {
"navigationBarTitleText": "确认订单",
"navigationBarTextStyle": "black"
}
},
{
"path" : "pages/order/order_groupdetail",
"style": {
"navigationBarTitleText": "订单详情"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "美味抢先点",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#F2F2F2"
},
"uniIdRouter": {},
"tabBar": {
"backgroundColor": "#ffffff",
"color": "#999",
"selectedColor": "#000",
"borderStyle": "white",
"list": [{
"iconPath": "static/tabbar/1.png",
"selectedIconPath": "static/tabbar/1-1.png",
"pagePath": "pages/index/index",
"text": "首页"
},
{
"iconPath": "static/tabbar/2.png",
"selectedIconPath": "static/tabbar/2-1.png",
"pagePath": "pages/order/order",
"text": "订单"
},
{
"iconPath": "static/tabbar/4.png",
"selectedIconPath": "static/tabbar/4-1.png",
"pagePath": "pages/user/user",
"text": "我的"
}
]
}
}