jiuyiUniapp/shop/pages.json

1048 lines
21 KiB
JSON

{
"pages": [
// 主页
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "",
"onReachBottomDistance": 50,
"enablePullDownRefresh": true,
"app-plus": {
"bounce": "none",
"titleNView": false,
"pullToRefresh": {
"support": true,
"color": "#fa436a",
"style": "default"
}
}
}
},
{
"path": "pages/index/videoList",
"style": {
"navigationBarTitleText": "视频列表",
"app-plus": {
"titleNView": {
"type": "transparent"
}
}
}
},
// 商户列表
{
"path": "pages/index/storeIndex",
"style": {
"navigationBarTitleText": "店铺街",
"onReachBottomDistance": 50,
"enablePullDownRefresh": true
}
}, // 商户主页
{
"path": "pages/index/storeDetail",
"style": {
"navigationBarTitleText": "商户主页"
}
},
// 公告
{
"path": "pages/index/notice/notice",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "公告",
"app-plus": {
"pullToRefresh": {
"support": true,
"color": "#fa436a",
"style": "default"
}
}
}
},
// 公告详情
{
"path": "pages/index/notice/detail",
"style": {
"navigationBarTitleText": "公告详情"
}
},
// 商品搜索
{
"path": "pages/index/search/search",
"style": {
"navigationBarTitleText": "搜索"
}
},
// 消息中心
{
"path": "pages/notify/notify",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "消息中心",
"app-plus": {
"bounce": "none",
"pullToRefresh": {
"support": true,
"color": "#fa436a",
"style": "default"
}
}
}
},
// 分类
{
"path": "pages/category/category",
"style": {
"navigationBarTitleText": "分类",
"onReachBottomDistance": 50,
"app-plus": {
"bounce": "none",
"titleNView": false
}
}
},
// 购物车
{
"path": "pages/cart/cart",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "购物车",
"navigationBarTextStyle": "black",
"app-plus": {
// "titleNView": false,
// "softinputNavBar": "none",
// 禁用原生导航栏
"pullToRefresh": {
"support": true,
"color": "#fa436a",
"style": "default"
}
}
}
},
// 我的
{
"path": "pages/profile/profile",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "我的",
// #ifdef MP
"navigationStyle": "custom",
// #endif
"app-plus": {
"bounce": "none",
"titleNView": {
"type": "transparent",
"buttons": [
{
"fontSrc": "/static/iconfont.ttf",
"text": "\ue658",
"fontSize": "28",
"color": "#303133",
"width": "42px",
"background": "rgba(0,0,0,0)"
},
{
"fontSrc": "/static/iconfont.ttf",
"text": "\ue618",
"fontSize": "26",
"color": "#303133",
"background": "rgba(0,0,0,0)",
"redDot": false
}
]
}
}
}
}
],
"subPackages": [
// 设置
{
"root": "pages/set",
"pages": [
// 设置
{
"path": "set",
"style": {
"navigationBarTitleText": "设置"
}
},
// 授权管理
{
"path": "authorization/list",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "授权列表",
"app-plus": {
"pullToRefresh": {
"support": true,
"color": "#fa436a",
"style": "default"
}
}
}
},
// 反馈详情
{
"path": "feedback/detail",
"style": {
"navigationBarTitleText": "意见反馈详情"
}
},
// 设置支付密码
{
"path": "pay/setPassword",
"style": {
"navigationBarTitleText": "设置支付密码"
}
},
// 反馈列表
{
"path": "feedback/list",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "意见反馈",
"app-plus": {
"pullToRefresh": {
"support": true,
"color": "#fa436a",
"style": "default"
}
}
}
},
// 反馈
{
"path": "feedback/feedback",
"style": {
"navigationBarTitleText": "意见反馈"
}
},
// 关于
{
"path": "about/about",
"style": {
"navigationBarTitleText": ""
}
},
// 关于详情
{
"path": "about/detail",
"style": {
"navigationBarTitleText": ""
}
},
// 站点帮助
{
"path": "helper/index",
"style": {
"navigationBarTitleText": "站点帮助"
}
},
// 站点帮助详情
{
"path": "helper/detail",
"style": {
"navigationBarTitleText": "站点帮助详情"
}
},
// 站点文章
{
"path": "article/index",
"style": {
"navigationBarTitleText": "站点文章"
}
},
// 站点文章详情
{
"path": "article/detail",
"style": {
"navigationBarTitleText": "站点文章详情"
}
},
// 开票历史列表
{
"path": "invoice/list",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "开票历史",
"app-plus": {
"pullToRefresh": {
"support": true,
"color": "#fa436a",
"style": "default"
}
}
}
},
// 开票列表
{
"path": "invoice/invoice",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "发票管理",
"app-plus": {
"pullToRefresh": {
"support": true,
"color": "#fa436a",
"style": "default"
}
}
}
},
// 开票管理
{
"path": "invoice/manage",
"style": {
"navigationBarTitleText": ""
}
}
]
},
// 商品
{
"root": "pages/product",
"pages": [
// 商品列表
{
"path": "list",
"style": {
"enablePullDownRefresh": true,
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black",
"backgroundColorTop": "#F7F7F7",
"backgroundColorBottom": "#F7F7F7",
"navigationBarTitleText": "商品列表 ",
"onReachBottomDistance": 50,
"navigationStyle": "custom",
"app-plus": {
"titleNView": false,
"pullToRefresh": {
"support": true,
"color": "#fa436a",
"style": "default"
}
}
}
},
// 拼团记录
{
"path": "grouppingList",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "拼团记录",
"app-plus": {
"pullToRefresh": {
"support": true,
"color": "#fa436a",
"style": "default"
},
"bounce": "none"
}
}
},
// 积分商品列表
{
"path": "jifenList",
"style": {
"enablePullDownRefresh": true,
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black",
"backgroundColorTop": "#F7F7F7",
"backgroundColorBottom": "#F7F7F7",
"navigationBarTitleText": "积分商品 ",
"onReachBottomDistance": 50,
"navigationStyle": "custom",
"app-plus": {
"titleNView": false,
"pullToRefresh": {
"support": true,
"color": "#fa436a",
"style": "default"
}
}
}
},
{
"path": "jifenProduct",
"style": {
"navigationBarTitleText": "积分详情展示",
// #ifdef MP
"navigationStyle": "custom",
// #endif
"app-plus": {
"bounce": "none",
"titleNView": {
"type": "transparent",
"buttons": [
{
"fontSrc": "/static/iconfont.ttf",
"text": "\ue6c6",
"fontSize": "28",
"color": "#303133",
"redDot": false
}
]
}
}
}
},
{
"path": "product",
"style": {
"navigationBarTitleText": "详情展示",
// #ifdef MP
"navigationStyle": "custom",
// #endif
"app-plus": {
"bounce": "none",
"titleNView": {
"type": "transparent",
"buttons": [
{
"fontSrc": "/static/iconfont.ttf",
"text": "\ue6c6",
"fontSize": "28",
"color": "#303133",
"redDot": false
}
]
}
}
}
}
]
},
// 订单
{
"root": "pages/order",
"pages": [
// 订单列表
{
"path": "pointOrder",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "我的积分订单",
"app-plus": {
"pullToRefresh": {
"support": true,
"color": "#fa436a",
"style": "default"
},
"bounce": "none"
}
}
},
// 订单列表
{
"path": "order",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "我的订单",
"app-plus": {
"pullToRefresh": {
"support": true,
"color": "#fa436a",
"style": "default"
},
"bounce": "none"
}
}
},
// 售后订单列表
{
"path": "refund",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "订单售后",
"app-plus": {
"pullToRefresh": {
"support": true,
"color": "#fa436a",
"style": "default"
},
"bounce": "none"
}
}
},
// 订单列表搜索
{
"path": "search",
"style": {
"enablePullDownRefresh": true,
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black",
"backgroundColorTop": "#F7F7F7",
"backgroundColorBottom": "#F7F7F7",
"navigationBarTitleText": "订单搜索 ",
"onReachBottomDistance": 50,
"navigationStyle": "custom",
"app-plus": {
"titleNView": false,
"pullToRefresh": {
"support": true,
"color": "#fa436a",
"style": "default"
}
}
}
},
// 售后订单列表
{
"path": "refund/refund",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "订单售后",
"app-plus": {
"pullToRefresh": {
"support": true,
"color": "#fa436a",
"style": "default"
},
"bounce": "none"
}
}
},
// 发表评价
{
"path": "evaluation/evaluation",
"style": {
"navigationBarTitleText": "发表评价"
}
},
// 评价列表
{
"path": "evaluation/list",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "评价列表",
"app-plus": {
"pullToRefresh": {
"support": true,
"color": "#fa436a",
"style": "default"
}
}
}
},
// 订单详情
{
"path": "detail",
"style": {
"navigationBarTitleText": "订单详情"
}
},
// 订单详情
{
"path": "pointDetail",
"style": {
"navigationBarTitleText": "积分订单详情"
}
},
// 创建订单
{
"path": "create/order",
"style": {
"navigationBarTitleText": "创建订单"
}
},
{
"path": "create/createJifenOrder",
"style": {
"navigationBarTitleText": "积分兑换"
}
},
// 订单物流
{
"path": "shipping/shipping",
"style": {
"navigationBarTitleText": "物流详情"
}
},
// 退货物流
{
"path": "shipping/return",
"style": {
"navigationBarTitleText": "退货物流"
}
}
]
},
// 公共
{
"root": "pages/public",
"pages": [
// 注册
{
"path": "register",
"style": {
"navigationBarTitleText": "注册",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false,
"animationType": "slide-in-bottom"
}
}
},
// 登录授权
{
"path": "auth",
"style": {
"navigationBarTitleText": "登录授权",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false,
"animationType": "slide-in-bottom"
}
}
},
// 绑定手机号
{
"path": "bindMobile",
"style": {
"navigationBarTitleText": "绑定手机号",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false,
"animationType": "slide-in-bottom"
}
}
},
// 登录
{
"path": "login",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false,
"animationType": "slide-in-bottom"
}
}
},
// 登录类型
{
"path": "logintype",
"style": {
"navigationBarTitleText": "登录"
}
},
// 修改密码
{
"path": "password",
"style": {
"navigationBarTitleText": "忘记密码",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false,
"animationType": "slide-in-bottom"
}
}
}
]
},
// 营销
{
"root": "pages/marketing",
"pages": [
// 注册
{
"path": "live/list",
"style": {
"navigationBarTitleText": "直播"
}
},
{
"path": "preMarking",
"style": {
"navigationBarTitleText": "预售"
}
},{
"path": "tryMarking",
"style": {
"navigationBarTitleText": "试用"
}
},{
"path": "groupMarking",
"style": {
"navigationBarTitleText": "拼团"
}
},{
"path": "kanMarking",
"style": {
"navigationBarTitleText": "砍价"
}
},{
"path": "skillMarking",
"style": {
"navigationBarTitleText": "秒杀"
}
}
]
},
// 我的
{
"root": "pages/user",
"pages": [
// 用户资料
{
"path": "userinfo/userinfo",
"style": {
"navigationBarTitleText": "修改资料"
}
},
// 我的收藏商品
{
"path": "collection/collection",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "收藏商品",
"app-plus": {
"pullToRefresh": {
"support": true,
"color": "#fa436a",
"style": "default"
}
}
}
},
// 我的收藏店铺
{
"path": "collection/collectionStore",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "收藏店铺",
"app-plus": {
"pullToRefresh": {
"support": true,
"color": "#fa436a",
"style": "default"
}
}
}
},
// 我的足迹
{
"path": "footprint/footprint",
"style": {
"navigationBarTitleText": "我的足迹"
}
},
// 我的优惠券
{
"path": "coupon/coupon",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "我的优惠券",
"app-plus": {
"pullToRefresh": {
"support": true,
"color": "#fa436a",
"style": "default"
}
}
}
},
// 优惠券详情
{
"path": "coupon/detail",
"style": {
"navigationBarTitleText": "优惠券详情"
}
},
// 领券中心
{
"path": "coupon/list",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "领券中心",
"app-plus": {
"pullToRefresh": {
"support": true,
"color": "#fa436a",
"style": "default"
}
}
}
},
// 我的红包
{
"path": "red/coupon",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "我的红包",
"app-plus": {
"pullToRefresh": {
"support": true,
"color": "#fa436a",
"style": "default"
}
}
}
},
// 红包详情
{
"path": "red/detail",
"style": {
"navigationBarTitleText": "红包详情"
}
},
// 红包中心
{
"path": "red/list",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "红包中心",
"app-plus": {
"pullToRefresh": {
"support": true,
"color": "#fa436a",
"style": "default"
}
}
}
},
// 收货地址
{
"path": "address/address",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "收货地址",
"app-plus": {
"pullToRefresh": {
"support": true,
"color": "#fa436a",
"style": "default"
}
}
}
},
// 收货地址管理
{
"path": "address/manage",
"style": {
"navigationBarTitleText": ""
}
},
// 支付
{
"path": "money/pay",
"style": {
"navigationBarTitleText": "收银台"
}
},
// 支付成功
{
"path": "money/success",
"style": {
"navigationBarTitleText": "支付成功"
}
},
// 充值成功
{
"path": "money/rechangeSucess",
"style": {
"navigationBarTitleText": "充值成功",
"navigationStyle": "custom"
}
},
// 积分兑换成功
{
"path": "money/successPoint",
"style": {
"navigationBarTitleText": "积分兑换成功",
"navigationStyle": "custom"
}
},
// 充值中心
{
"path": "account/recharge",
"style": {
"navigationBarTitleText": "充值中心"
}
},
// 会员等级
{
"path": "account/level",
"style": {
"navigationBarTitleText": "会员等级"
}
},
// 我的账户
{
"path": "account/account",
"style": {
"navigationBarTitleText": "我的账户"
}
},
// 账单明细
{
"path": "account/bill",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "账单明细",
"app-plus": {
"pullToRefresh": {
"support": true,
"color": "#fa436a",
"style": "default"
}
}
}
},
// 我的分销
{
"path": "fenxiao/fenxiao",
"style": {
"navigationBarTitleText": "我的分销"
}
},
// 我的运动
{
"path": "stepData",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "我的运动"
}
},
// 直播列表
{
"path": "liveList",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "直播列表"
}
},
{
"path": "fenxiao/applyWithDraw",
"style": {
"navigationBarTitleText": "申请提现"
}
},
// 我的下线
{
"path": "fenxiao/subUserList",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "我的下线",
"app-plus": {
"pullToRefresh": {
"support": true,
"color": "#fa436a",
"style": "default"
}
}
}
},
// 分销订单
{
"path": "fenxiao/subOrderList",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "分销订单",
"app-plus": {
"pullToRefresh": {
"support": true,
"color": "#fa436a",
"style": "default"
}
}
}
},
// 佣金明细
{
"path": "fenxiao/list",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "佣金明细",
"app-plus": {
"pullToRefresh": {
"support": true,
"color": "#fa436a",
"style": "default"
}
}
}
},
// 提现明细
{
"path": "fenxiao/withDraw",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "提现明细",
"app-plus": {
"pullToRefresh": {
"support": true,
"color": "#fa436a",
"style": "default"
}
}
}
},
// 积分详情
{
"path": "account/integral",
"style": {
"navigationBarTitleText": "积分详情"
}
}
]
}
// 商户
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "魔金商城",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#f8f8f8"
},
"tabBar": {
"color": "#C0C4CC",
"selectedColor": "#fa436a",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/tab-home.png",
"selectedIconPath": "static/tab-home-rf.png",
"text": "首页"
},
{
"pagePath": "pages/category/category",
"iconPath": "static/tab-cate.png",
"selectedIconPath": "static/tab-cate-rf.png",
"text": "分类"
},
{
"pagePath": "pages/notify/notify",
"iconPath": "static/tab-notify.png",
"selectedIconPath": "static/tab-notify-rf.png",
"text": "消息"
},
{
"pagePath": "pages/cart/cart",
"iconPath": "static/tab-cart.png",
"selectedIconPath": "static/tab-cart-rf.png",
"text": "购物车"
},
{
"pagePath": "pages/profile/profile",
"iconPath": "static/tab-my.png",
"selectedIconPath": "static/tab-my-rf.png",
"text": "我的"
}
]
},
"sitemapLocation": "sitemap.json"
}