Files
medical-mall/pages.json

231 lines
5.3 KiB
JSON

{
"pages": [
{
"path": "pages/mall/consumer/index",
"style": {
"navigationBarTitleText": "首页",
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},
{
"path": "pages/mall/consumer/settings",
"style": {
"navigationBarTitleText": "设置"
}
},
{
"path": "pages/mall/consumer/wallet",
"style": {
"navigationBarTitleText": "我的钱包"
}
},
{
"path": "pages/user/login",
"style": {
"navigationBarTitleText": "用户登录",
"navigationStyle": "custom"
}
},
{
"path": "pages/mall/consumer/category",
"style": {
"navigationBarTitleText": "分类"
}
},
{
"path": "pages/mall/consumer/messages",
"style": {
"navigationBarTitleText": "消息",
"enablePullDownRefresh": true
}
},
{
"path": "pages/mall/consumer/cart",
"style": {
"navigationBarTitleText": "购物车"
}
},
{
"path": "pages/mall/consumer/profile",
"style": {
"navigationBarTitleText": "我的"
}
},
{
"path": "pages/mall/consumer/search",
"style": {
"navigationBarTitleText": "搜索",
"navigationStyle": "custom"
}
},
{
"path": "pages/mall/consumer/product-detail",
"style": {
"navigationBarTitleText": "商品详情"
}
},
{
"path": "pages/mall/consumer/shop-detail",
"style": {
"navigationBarTitleText": "店铺详情"
}
},
{
"path": "pages/mall/consumer/coupons",
"style": {
"navigationBarTitleText": "我的优惠券"
}
},
{
"path": "pages/mall/consumer/favorites",
"style": {
"navigationBarTitleText": "我的收藏"
}
},
{
"path": "pages/mall/consumer/footprint",
"style": {
"navigationBarTitleText": "我的足迹"
}
},
{
"path": "pages/mall/consumer/address-list",
"style": {
"navigationBarTitleText": "收货地址"
}
},
{
"path": "pages/mall/consumer/address-edit",
"style": {
"navigationBarTitleText": "编辑地址"
}
},
{
"path": "pages/mall/consumer/checkout",
"style": {
"navigationBarTitleText": "确认订单"
}
},
{
"path": "pages/mall/consumer/payment",
"style": {
"navigationBarTitleText": "收银台"
}
},
{
"path": "pages/mall/consumer/payment-success",
"style": {
"navigationBarTitleText": "支付成功",
"navigationStyle": "custom"
}
},
{
"path": "pages/mall/consumer/orders",
"style": {
"navigationBarTitleText": "我的订单",
"enablePullDownRefresh": true
}
},
{
"path": "pages/mall/consumer/order-detail",
"style": {
"navigationBarTitleText": "订单详情"
}
},
{
"path": "pages/mall/consumer/logistics",
"style": {
"navigationBarTitleText": "物流详情"
}
},
{
"path": "pages/mall/consumer/review",
"style": {
"navigationBarTitleText": "评价晒单"
}
},
{
"path": "pages/mall/consumer/refund",
"style": {
"navigationBarTitleText": "退款/售后"
}
},
{
"path": "pages/mall/consumer/apply-refund",
"style": {
"navigationBarTitleText": "申请售后"
}
},
{
"path": "pages/mall/consumer/refund-review",
"style": {
"navigationBarTitleText": "服务评价"
}
},
{
"path": "pages/mall/consumer/chat",
"style": {
"navigationBarTitleText": "客服聊天",
"navigationStyle": "custom"
}
},
{
"path": "pages/user/change-password",
"style": {
"navigationBarTitleText": "修改密码"
}
},
{
"path": "pages/user/bind-phone",
"style": {
"navigationBarTitleText": "绑定手机"
}
},
{
"path": "pages/user/bind-email",
"style": {
"navigationBarTitleText": "绑定邮箱"
}
}
],
"tabBar": {
"color": "#999999",
"selectedColor": "#ff5000",
"backgroundColor": "#ffffff",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/mall/consumer/index",
"text": "首页",
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/home-active.png"
},
{
"pagePath": "pages/mall/consumer/category",
"text": "分类",
"iconPath": "static/tabbar/category.png",
"selectedIconPath": "static/tabbar/category-active.png"
},
{
"pagePath": "pages/mall/consumer/messages",
"text": "消息",
"iconPath": "static/tabbar/messages.png",
"selectedIconPath": "static/tabbar/messages-active.png"
},
{
"pagePath": "pages/mall/consumer/cart",
"text": "购物车",
"iconPath": "static/tabbar/cart.png",
"selectedIconPath": "static/tabbar/cart-active.png"
},
{
"pagePath": "pages/mall/consumer/profile",
"text": "我的",
"iconPath": "static/tabbar/profile.png",
"selectedIconPath": "static/tabbar/profile-active.png"
}
]
}
}