You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
475 lines
10 KiB
475 lines
10 KiB
3 years ago
|
{
|
||
|
"pages": [{
|
||
|
"path": "pages/index/index",
|
||
|
"style": {
|
||
|
"backgroundColor": "#FFFFFF",
|
||
|
"navigationBarTitleText": "首页",
|
||
|
"enablePullDownRefresh": false
|
||
|
// "navigationStyle": "custom"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/index/taskDetail",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "商品详情",
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"enablePullDownRefresh": false,
|
||
|
"app-plus": {
|
||
|
"bounce": "none",
|
||
|
"scrollIndicator": "none",
|
||
|
"titleNView": {
|
||
|
"type": "transparent"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/index/tuijianList",
|
||
|
"style": {
|
||
|
"backgroundColor": "#FFFFFF",
|
||
|
"navigationBarTitleText": "好店推荐",
|
||
|
"enablePullDownRefresh": false
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/index/selectCampus",
|
||
|
"style": {
|
||
|
"backgroundColor": "#FFFFFF",
|
||
|
"navigationBarTitleText": "选择位置",
|
||
|
"enablePullDownRefresh": false
|
||
|
}
|
||
|
},
|
||
|
|
||
|
{
|
||
|
"path": "pages/errands/index",
|
||
|
"style": {
|
||
|
"backgroundColor": "#FFFFFF",
|
||
|
"navigationBarTitleText": "外卖点餐券",
|
||
|
"enablePullDownRefresh": false
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/index/citys",
|
||
|
"style": {
|
||
|
"backgroundColor": "#FFFFFF",
|
||
|
"navigationBarTitleText": "选择城市",
|
||
|
"enablePullDownRefresh": false
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/order/index",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "我的作业",
|
||
|
"enablePullDownRefresh": false
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/order/release",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "凭证上传",
|
||
|
"enablePullDownRefresh": false
|
||
|
}
|
||
|
},
|
||
|
// task-task
|
||
|
{
|
||
|
"path": "pages/task/search",
|
||
|
"style": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "搜索",
|
||
|
"enablePullDownRefresh": false,
|
||
|
"app-plus": {
|
||
|
"bounce": "none",
|
||
|
"scrollIndicator": "none",
|
||
|
"titleNView": true
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/task/tasklist",
|
||
|
"style": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "任务列表",
|
||
|
"enablePullDownRefresh": false,
|
||
|
"app-plus": {
|
||
|
"scrollIndicator": "none",
|
||
|
"bounce": "none",
|
||
|
"titleNView": true
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/task/renwu",
|
||
|
"style": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "消息中心",
|
||
|
"enablePullDownRefresh": false,
|
||
|
"app-plus": {
|
||
|
"bounce": "none",
|
||
|
"scrollIndicator": "none",
|
||
|
"titleNView": true
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/task/recharge",
|
||
|
"style": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "充值",
|
||
|
"enablePullDownRefresh": false,
|
||
|
"app-plus": {
|
||
|
"bounce": "none",
|
||
|
"scrollIndicator": "none",
|
||
|
"titleNView": {
|
||
|
"buttons": [{
|
||
|
"text": "明细",
|
||
|
"fontSize": "28upx",
|
||
|
"color": "#000000",
|
||
|
"fontWeight": "bold",
|
||
|
"float": "right"
|
||
|
}]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/task/rechargeDetail",
|
||
|
"style": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "充值明细",
|
||
|
"enablePullDownRefresh": false,
|
||
|
"app-plus": {
|
||
|
"bounce": "none",
|
||
|
"scrollIndicator": "none",
|
||
|
"titleNView": true
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
// my-my
|
||
|
{
|
||
|
"path": "pages/my/index",
|
||
|
"style": {
|
||
|
"navigationStyle": "custom",
|
||
|
"enablePullDownRefresh": false
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/my/savechannel",
|
||
|
"style": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "渠道申请",
|
||
|
"enablePullDownRefresh": false
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/my/channelshop",
|
||
|
"style": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "渠道商家",
|
||
|
"enablePullDownRefresh": false
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/my/channelmoneydetail",
|
||
|
"style": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "渠道收益",
|
||
|
"enablePullDownRefresh": false
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/my/mychannel",
|
||
|
"style": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "我的渠道",
|
||
|
"enablePullDownRefresh": false
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/my/updataNickName",
|
||
|
"style": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "修改昵称",
|
||
|
"enablePullDownRefresh": false
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/my/teamList",
|
||
|
"style": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "我的团队",
|
||
|
"enablePullDownRefresh": false,
|
||
|
"app-plus": {
|
||
|
"bounce": "none",
|
||
|
"scrollIndicator": "none",
|
||
|
"titleNView": true
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/my/account",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "设置",
|
||
|
"enablePullDownRefresh": false
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/my/shareFriends",
|
||
|
"style": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "好友分享",
|
||
|
"enablePullDownRefresh": false,
|
||
|
"app-plus": {
|
||
|
"bounce": "none",
|
||
|
"scrollIndicator": "none",
|
||
|
"titleNView": true
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/my/wallet",
|
||
|
"style": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "我的钱包",
|
||
|
"enablePullDownRefresh": false,
|
||
|
"app-plus": {
|
||
|
"bounce": "none",
|
||
|
"scrollIndicator": "none",
|
||
|
"titleNView": true
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/my/ranking",
|
||
|
"style": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "我的邀请",
|
||
|
"enablePullDownRefresh": false,
|
||
|
"app-plus": {
|
||
|
"bounce": "none",
|
||
|
"scrollIndicator": "none",
|
||
|
"titleNView": true
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/my/moneydetails",
|
||
|
"style": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "资金明细",
|
||
|
"enablePullDownRefresh": false,
|
||
|
"onReachBottomDistance":100,
|
||
|
"app-plus": {
|
||
|
"bounce": "none",
|
||
|
"scrollIndicator": "none",
|
||
|
"titleNView": true
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path" : "pages/my/customer",
|
||
|
"style" : {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "联系客服",
|
||
|
"enablePullDownRefresh": false
|
||
|
}
|
||
|
|
||
|
},
|
||
|
// public-public
|
||
|
{
|
||
|
"path": "pages/public/login",
|
||
|
"style": {
|
||
|
"navigationBarBackgroundColor": "#F7F7F7",
|
||
|
"navigationBarTitleText": "登录",
|
||
|
"enablePullDownRefresh": false
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/public/mobile",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "实名认证",
|
||
|
"enablePullDownRefresh": false,
|
||
|
"app-plus": {
|
||
|
"bounce": "none",
|
||
|
"titleNView": true
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/my/cooperation",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "商户线上合作",
|
||
|
"enablePullDownRefresh": false,
|
||
|
"app-plus": {
|
||
|
"titleNView": true,
|
||
|
"animationType": "slide-in-bottom"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/member/feedback",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "意见反馈",
|
||
|
"enablePullDownRefresh": false,
|
||
|
"app-plus": {
|
||
|
"titleNView": true,
|
||
|
"animationType": "slide-in-bottom"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/public/webview",
|
||
|
"style": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"enablePullDownRefresh": false,
|
||
|
"app-plus": {
|
||
|
"bounce": "none",
|
||
|
"scrollIndicator": "none",
|
||
|
"titleNView": true
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
// member-member
|
||
|
{
|
||
|
"path": "pages/member/jifen",
|
||
|
"style": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "我的积分",
|
||
|
"enablePullDownRefresh": false
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/member/yaoqing",
|
||
|
"style": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "我的团队",
|
||
|
"enablePullDownRefresh": false
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/member/chongzhi",
|
||
|
"style": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "积分兑换",
|
||
|
"enablePullDownRefresh": false
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/member/cash",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "提现",
|
||
|
"enablePullDownRefresh": false,
|
||
|
"app-plus": {
|
||
|
"bounce": "none",
|
||
|
"titleNView": {
|
||
|
"buttons": [{
|
||
|
"text": "提现记录",
|
||
|
"float": "right",
|
||
|
"fontSize": "15px",
|
||
|
"fontWeight": "bold"
|
||
|
}]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
|
||
|
{
|
||
|
"path": "pages/member/cashList",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "兑换记录",
|
||
|
"enablePullDownRefresh": false
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/member/zhifubao",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "提现账号",
|
||
|
"enablePullDownRefresh": false,
|
||
|
"app-plus": {
|
||
|
"bounce": "none",
|
||
|
"titleNView": true
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/member/xieyi",
|
||
|
"style": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "用户协议",
|
||
|
"enablePullDownRefresh": false
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/member/mimi",
|
||
|
"style": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "隐私政策",
|
||
|
"enablePullDownRefresh": false
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/my/my",
|
||
|
"style": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "收益报表",
|
||
|
"enablePullDownRefresh": false
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/my/myVIP",
|
||
|
"style": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "开通会员",
|
||
|
"enablePullDownRefresh": false
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"globalStyle": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "省钱兄霸王餐",
|
||
|
"navigationBarBackgroundColor": "#FFFFFF",
|
||
|
"backgroundColor": "#FFFFFF"
|
||
|
},
|
||
|
"tabBar": {
|
||
|
"color": "#B3B3B3",
|
||
|
"selectedColor": "#ffc705",
|
||
|
"borderStyle": "black",
|
||
|
"backgroundColor": "#ffffff",
|
||
|
"list": [{
|
||
|
"pagePath": "pages/index/index",
|
||
|
"iconPath": "static/img/tabbar/home.png",
|
||
|
"selectedIconPath": "static/img/tabbar/home-selected.png",
|
||
|
"text": "首页"
|
||
|
},
|
||
|
// {
|
||
|
// "pagePath": "pages/my/myVIP",
|
||
|
// "iconPath": "static/img/tabbar/huiyuan.png",
|
||
|
// "selectedIconPath": "static/img/tabbar/huiyuan-act.png",
|
||
|
// "text": "会员"
|
||
|
// },
|
||
|
{
|
||
|
"pagePath": "pages/order/index",
|
||
|
"iconPath": "static/img/tabbar/myorder.png",
|
||
|
"selectedIconPath": "static/img/tabbar/myorder-act.png",
|
||
|
"text": "作业"
|
||
|
},
|
||
|
// {
|
||
|
// "pagePath": "pages/errands/index",
|
||
|
// "iconPath": "static/img/tabbar/order.png",
|
||
|
// "selectedIconPath": "static/img/tabbar/order-selected.png",
|
||
|
// "text": "外卖优惠"
|
||
|
// }, {
|
||
|
// "pagePath": "pages/my/shareFriends",
|
||
|
// "iconPath": "static/img/tabbar/errands.png",
|
||
|
// "selectedIconPath": "static/img/tabbar/errands-selected.png",
|
||
|
// "text": "分享"
|
||
|
// },
|
||
|
{
|
||
|
"pagePath": "pages/my/index",
|
||
|
"iconPath": "static/img/tabbar/my.png",
|
||
|
"selectedIconPath": "static/img/tabbar/my-selected.png",
|
||
|
"text": "我的"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|