1 Star 0 Fork 0

Qy-cloud / LittleBearRepastUniapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 6.36 KB
一键复制 编辑 原始数据 按行查看 历史
chengwei 提交于 2020-06-02 19:05 . first
{
"pages": [
//首页
{
"path": "pages/index/index",
"style": {
"onReachBottomDistance":200
}
},
//登录
{
"path": "pages/login/login",
"style": {}
},
{
"path": "pages/login/bindPhone",
"style": {}
},
// 商家店铺
{
"path": "pages/store/commodity_detail",
"style": {
"navigationBarTitleText": "商品详情"
}
},
{
"path": "pages/store/store_evaluate",
"style": {
"navigationBarTitleText": "店铺评价"
}
},
{
"path": "pages/store/store_list",
"style": {
"enablePullDownRefresh": false
}
},
{
"path": "pages/order/index",
"style": {
"navigationBarTitleText": "订单"
}
},
// 外卖订单
{
"path": "pages/order/takeout_order/refer_order",
"style": {
"navigationBarBackgroundColor": "#FF5154",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "提交订单"
}
},
{
"path": "pages/order/takeout_order/cancel_order",
"style": {
"navigationBarTitleText": "订单详情"
}
},
{
"path": "pages/order/takeout_order/deliver_order",
"style": {
"navigationBarTitleText": "订单详情"
}
},
{
"path": "pages/order/takeout_order/undelivered_oreder",
"style": {
"navigationBarTitleText": "订单详情"
}
},
// 售后订单
{
"path": "pages/order/refund_order/refund_detail",
"style": {
"navigationBarTitleText": "售后详情"
}
},
{
"path": "pages/order/refund_order/refund",
"style": {
"navigationBarTitleText": "申请售后"
}
},
// end 售后订单
//到店订单
{
"path": "pages/order/store_order/finish_order",
"style": {
"navigationBarTitleText": "订单详情"
}
},
{
"path": "pages/order/store_order/detail_order",
"style": {
"navigationBarTitleText": "订单详情"
}
},
{
"path": "pages/order/store_order/submit_order",
"style": {
"navigationBarBackgroundColor": "#FF5154",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "提交订单"
}
},
// end 到店订单
{
"path": "pages/store/store",
"style": {}
},
{
"path": "pages/home/discounts/discounts_fruit",
"style": {
"navigationBarBackgroundColor": "#FFC965",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "每日鲜果"
}
},
{
"path": "pages/home/discounts/discounts_sale",
"style": {
"navigationBarBackgroundColor": "#FF5154",
"navigationBarTextStyle": "white",
"navigationBarTitleText": ""
}
},
{
"path": "pages/self/address/edit_address",
"style": {
"navigationBarTitleText": "编辑收获地址"
}
},
{
"path": "pages/self/address/address",
"style": {
"navigationBarTitleText": "我的地址"
}
},
{
"path": "pages/self/self/index",
"style": {
"navigationBarBackgroundColor": "#382C21",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "我的"
}
},
{
"path": "pages/home/index",
"style": {}
},
{
"path": "pages/self/collect/collect",
"style": {
"navigationBarTitleText": "我的收藏"
}
},
{
"path": "pages/self/evaluate/evaluate",
"style": {
"navigationBarTitleText": "我的评价"
}
},
{
"path": "pages/self/evaluate/print",
"style": {
"navigationBarTitleText": "评价晒图"
}
},
{
"path": "pages/self/voucher/voucher",
"style": {
"navigationBarTitleText": "代金券"
}
},
{
"path": "pages/self/red_packet/red_packet",
"style": {
"navigationBarTitleText": "红包"
}
},
{
"path": "pages/self/packet/packet_recharge",
"style": {
"navigationBarTitleText": "充值记录"
}
},
{
"path": "pages/self/packet/packet",
"style": {
"navigationBarTitleText": "钱包"
}
},
{
"path": "pages/self/addvise/addvise",
"style": {
"navigationBarTitleText": "问题反馈"
}
},
{
"path": "pages/self/member/member_renew",
"style": {
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "自动续费管理"
}
},
{
"path": "pages/self/member/member_nowRenew",
"style": {
"navigationBarBackgroundColor": "#3A3536",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "立即续费"
}
},
{
"path": "pages/self/member/member_finish",
"style": {
"navigationBarBackgroundColor": "#3A3536",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "VIP会员"
}
},
{
"path": "pages/self/member/member_open",
"style": {
"navigationBarBackgroundColor": "#3A3536",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "VIP会员"
}
},
{
"path": "pages/home/cate",
"style": {}
},
{
"path": "pages/home/selectAddress",
"style": {
"navigationBarTitleText": "选择地址"
}
},
{
"path": "pages/home/discounts/discounts_tea",
"style": {
"navigationBarTitleText": "每日下午茶"
}
}, {
"path": "pages/worker/workerLogin/workerLogin",
"style": {}
}
,{
"path" : "pages/worker/register/register",
"style" : {}
}
,{
"path" : "pages/worker/editPhone/editPhone",
"style" : {}
}
,{
"path" : "pages/worker/personalCenter/personalCenter",
"style" : {
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/worker/taskList/taskList",
"style" : {
"navigationBarBackgroundColor": "#FF5153",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false,
"onReachBottomDistance":200
}
}
,{
"path" : "pages/worker/order/orderDetails/orderDetails",
"style" : {}
}
,{
"path" : "pages/worker/order/orderHistory/orderHistory",
"style" : {}
}
,{
"path" : "pages/worker/order/transforOrder/transforOrder",
"style" : {}
}
,{
"path" : "pages/worker/myAccount/myAccount",
"style" : {}
}
,{
"path" : "pages/worker/deposit/deposit",
"style" : {}
}
],
"globalStyle": {
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTitleText": "小熊外卖系统",
// "navigationStyle": "default",
"navigationBarTextStyle": "black",
"enablePullDownRefresh": true
}
}
1
https://gitee.com/qyrj/LittleBearRepastUniapp.git
git@gitee.com:qyrj/LittleBearRepastUniapp.git
qyrj
LittleBearRepastUniapp
LittleBearRepastUniapp
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891