|
@@ -1,16 +1,30 @@
|
|
|
{
|
|
|
- "easycom": {
|
|
|
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
|
|
|
- },
|
|
|
"pages": [{
|
|
|
"path": "pages/index/index",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "满园春商城",
|
|
|
+ // #ifdef H5
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ // #endif
|
|
|
"app-plus": {
|
|
|
- "titleNView": false
|
|
|
- }
|
|
|
+ "titleNView": {
|
|
|
+ "type": "default",
|
|
|
+ "searchInput": {
|
|
|
+ "backgroundColor": "#ffffff",
|
|
|
+ "borderRadius": "16px",
|
|
|
+ "placeholder": "请输入关键字",
|
|
|
+ "disabled": true,
|
|
|
+ "placeholderColor": "#B5B5B5",
|
|
|
+ "align": "center"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "navigationBarTitleText": "鼎立足行",
|
|
|
+ "navigationBarBackgroundColor":"#0fc8e4",
|
|
|
+ "navigationBarTextStyle":"white",
|
|
|
+ "enablePullDownRefresh": true
|
|
|
}
|
|
|
- }, {
|
|
|
+ },
|
|
|
+ {
|
|
|
"path": "pages/public/register",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "注册",
|
|
@@ -20,17 +34,7 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/moments/details",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "文章页",
|
|
|
- "app-plus": {
|
|
|
- "titleNView": false
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
+ }, {
|
|
|
"path": "pages/public/login",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "登录",
|
|
@@ -53,332 +57,91 @@
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/public/forget",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "忘记密码",
|
|
|
- "app-plus": {
|
|
|
- "titleNView": {
|
|
|
- "type": "transparent"
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/product/classify",
|
|
|
+ "path": "pages/user/team",
|
|
|
"style": {
|
|
|
- "navigationStyle": "custom",
|
|
|
+ "navigationBarTitleText": "我的推广",
|
|
|
"app-plus": {
|
|
|
- "titleNView": {
|
|
|
- "type": "transparent"
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/product/giftBag",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "联盟礼包"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/myteam/myteam",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "我的团队",
|
|
|
- "app-plus":{
|
|
|
"titleNView": false
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/merchant/merchant",
|
|
|
+ "path": "pages/index/vip",
|
|
|
"style": {
|
|
|
- "navigationBarTextStyle": "white",
|
|
|
- "navigationBarBackgroundColor": "#75E5B6",
|
|
|
- "navigationBarTitleText": "商家中心",
|
|
|
- "app-plus": {
|
|
|
- "titleNView": {
|
|
|
- //隐藏title
|
|
|
- // "type": "transparent"
|
|
|
-
|
|
|
- }
|
|
|
- }
|
|
|
+ "navigationBarTitleText": "升级礼包"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/merchant/order",
|
|
|
+ "path": "pages/category/articleList",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "订单管理",
|
|
|
- "navigationBarBackgroundColor": "#52C696",
|
|
|
- "navigationBarTextStyle": "white"
|
|
|
+ "navigationBarTitleText": "产品百科"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/product/product",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "详情展示",
|
|
|
- "app-plus": {
|
|
|
- "titleNView": {
|
|
|
- "type": "transparent"
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/product/search",
|
|
|
+ "path": "pages/category/flList",
|
|
|
"style": {
|
|
|
- "enablePullDownRefresh": true,
|
|
|
- // #ifdef MP
|
|
|
- "navigationStyle": "custom",
|
|
|
- // #endif
|
|
|
- //#ifdef H5
|
|
|
- "navigationStyle":"default",
|
|
|
- //#endif
|
|
|
- // #ifndef MP
|
|
|
- "app-plus": {
|
|
|
- "titleNView": {
|
|
|
- "searchInput": {
|
|
|
- "backgroundColor": "rgba(231, 231, 231,.7)",
|
|
|
- "borderRadius": "16px",
|
|
|
- "placeholder": "请输入关键字",
|
|
|
- "disabled": false,
|
|
|
- "placeholderColor": "#606266",
|
|
|
- "align": "left"
|
|
|
- },
|
|
|
- "buttons": [{
|
|
|
- "text": "搜索",
|
|
|
- "fontSize": "14",
|
|
|
- "color": "#303133",
|
|
|
- "background": "rgba(0,0,0,0)",
|
|
|
- "width": "40px"
|
|
|
- }]
|
|
|
- }
|
|
|
- },
|
|
|
- // #endif
|
|
|
- "navigationBarTitleText": "搜索"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/set/about",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "关于我们"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/set/phone",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "绑定手机号"
|
|
|
+ "navigationBarTitleText": "百科列表"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/product/reply",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "评论"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/order/evaluate",
|
|
|
+ "path": "pages/category/detail",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "评论"
|
|
|
+ "navigationBarTitleText": "详情"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/userinfo/userinfo",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "修改资料"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/cart/cart",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "购物车"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/user/user",
|
|
|
- "style": {
|
|
|
- // #ifndef MP-WEIXIN
|
|
|
- "navigationStyle": "custom",
|
|
|
- "app-plus": {
|
|
|
- "bounce": "none",
|
|
|
- "titleNView": false
|
|
|
- // {
|
|
|
- // "type": "transparent",
|
|
|
- // "buttons": [{
|
|
|
- // "fontSrc": "/static/yticon.ttf",
|
|
|
- // "text": "\ue60f",
|
|
|
- // "fontSize": "24",
|
|
|
- // "color": "#303133",
|
|
|
- // "width": "46px",
|
|
|
- // "background": "rgba(0,0,0,0)"
|
|
|
- // },
|
|
|
- // {
|
|
|
- // "fontSrc": "/static/yticon.ttf",
|
|
|
- // "text": "\ue744",
|
|
|
- // "fontSize": "28",
|
|
|
- // "color": "#303133",
|
|
|
- // "background": "rgba(0,0,0,0)",
|
|
|
- // "redDot": true
|
|
|
- // }
|
|
|
- // ]
|
|
|
- // }
|
|
|
- },
|
|
|
- // #endif
|
|
|
- "navigationBarTitleText": "个人中心"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/detail/detail",
|
|
|
+ "path": "pages/public/forget",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
+ "navigationBarTitleText": "忘记密码",
|
|
|
"app-plus": {
|
|
|
"titleNView": {
|
|
|
"type": "transparent"
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- }, {
|
|
|
- "path": "pages/order/order",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "我的订单",
|
|
|
- "app-plus": {
|
|
|
- "bounce": "none"
|
|
|
- }
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/order/refundOrder",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "退款订单",
|
|
|
- "app-plus": {
|
|
|
- "bounce": "none"
|
|
|
- }
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/order/orderDetail",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "订单详情",
|
|
|
- "app-plus": {
|
|
|
- "bounce": "none"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
+ },
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
{
|
|
|
- "path": "pages/merchant/orderDetail",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "订单详情",
|
|
|
- "app-plus": {
|
|
|
- "bounce": "none"
|
|
|
- }
|
|
|
- }
|
|
|
- },{
|
|
|
- "path": "pages/order/orderRefund",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "申请退款"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/order/createOrder",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "创建订单"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/address/address",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "收货地址"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/address/shopList",
|
|
|
+ "path": "pages/product/reply",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "门店列表",
|
|
|
+ "navigationBarTitleText": "商品评价",
|
|
|
"app-plus": {
|
|
|
"titleNView": {
|
|
|
- "searchInput": {
|
|
|
- "backgroundColor": "rgba(231, 231, 231,.7)",
|
|
|
- "borderRadius": "16px",
|
|
|
- "placeholder": "请输入关键字",
|
|
|
- "placeholderColor": "#606266",
|
|
|
- "align": "left"
|
|
|
- },
|
|
|
- "buttons": [{
|
|
|
- "text": "搜索",
|
|
|
- "fontSize": "14",
|
|
|
- "color": "#303133",
|
|
|
- "background": "rgba(0,0,0,0)",
|
|
|
- "width": "40px"
|
|
|
- }]
|
|
|
+ "type": "transparent"
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- }, {
|
|
|
- "path": "pages/address/addressManage",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "新增修改地址"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/money/pay",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "支付"
|
|
|
- }
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/money/paySuccess",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "支付成功"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/award/award",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "我的佣金",
|
|
|
- "app-plus": {
|
|
|
- "titleNView": false
|
|
|
- }
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/award/withdrawal",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "奖励提现"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/scoreAccumulate/scoreAccumulate",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "我的积分",
|
|
|
- "app-plus": {
|
|
|
- "titleNView": false
|
|
|
- }
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/notice/notice",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "通知"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/category/category",
|
|
|
+ "path": "pages/product/product",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "分类",
|
|
|
- //#ifdef H5
|
|
|
- "navigationStyle":"default",
|
|
|
- //#endif
|
|
|
+ "navigationBarTitleText": "详情展示",
|
|
|
"app-plus": {
|
|
|
- "bounce": "none",
|
|
|
"titleNView": {
|
|
|
- "searchInput": {
|
|
|
- "backgroundColor": "rgba(231, 231, 231,.7)",
|
|
|
- "borderRadius": "16px",
|
|
|
- "placeholder": "商品搜索",
|
|
|
- "disabled": true,
|
|
|
- "placeholderColor": "#606266",
|
|
|
- "align": "left"
|
|
|
- }
|
|
|
+ "type": "transparent"
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- }, {
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
"path": "pages/product/list",
|
|
|
"style": {
|
|
|
+ "enablePullDownRefresh": true,
|
|
|
"navigationBarTitleText": "商品列表"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/product/listSearch",
|
|
|
+ "path": "pages/product/search",
|
|
|
"style": {
|
|
|
"enablePullDownRefresh": true,
|
|
|
- // #ifdef MP
|
|
|
+ // #ifdef APP-PLUS
|
|
|
"navigationStyle": "custom",
|
|
|
// #endif
|
|
|
- //#ifdef H5
|
|
|
- "navigationStyle":"default",
|
|
|
- //#endif
|
|
|
- // #ifndef MP
|
|
|
+ // #ifndef MP || APP-PLUS
|
|
|
"app-plus": {
|
|
|
"titleNView": {
|
|
|
"searchInput": {
|
|
@@ -399,323 +162,210 @@
|
|
|
}
|
|
|
},
|
|
|
// #endif
|
|
|
- "navigationBarTitleText": "商品列表"
|
|
|
+ "navigationBarTitleText": "搜索"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/wallet/wallet",
|
|
|
+ "path": "pages/product/classify",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "我的余额",
|
|
|
+ "navigationStyle": "custom",
|
|
|
"app-plus": {
|
|
|
- "titleNView": false
|
|
|
+ "titleNView": {
|
|
|
+ "type": "transparent"
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/wallet/freezeList",
|
|
|
+ "path": "pages/set/set",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "冻结记录"
|
|
|
+ "navigationBarTitleText": "设置"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/wallet/account",
|
|
|
+ "path": "pages/set/address",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "提现账号"
|
|
|
+ "navigationBarTitleText": "收货地址"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/wallet/withdrawal",
|
|
|
+ "path": "pages/set/addressManage",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "余额提现"
|
|
|
+ "navigationBarTitleText": ""
|
|
|
}
|
|
|
},
|
|
|
+
|
|
|
{
|
|
|
- "path": "pages/wallet/recharge",
|
|
|
+ "path": "pages/set/password",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "充值"
|
|
|
+ "navigationBarTitleText": "修改密码"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/favorites/favorites",
|
|
|
+ "path": "pages/set/userinfo",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "收藏夹"
|
|
|
+ "navigationBarTitleText": "修改资料"
|
|
|
}
|
|
|
}, {
|
|
|
- "path": "pages/sign/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "每日签到",
|
|
|
- "app-plus": {
|
|
|
- "titleNView": {
|
|
|
- "type": "transparent"
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/redirect/redirect",
|
|
|
+ "path": "pages/cart/cart",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "微信登录跳转页面",
|
|
|
- "app-plus": {
|
|
|
- "titleNView": false
|
|
|
- }
|
|
|
+ "navigationBarTitleText": "购物车"
|
|
|
}
|
|
|
},
|
|
|
+
|
|
|
{
|
|
|
- "path": "pages/prefecture/integral",
|
|
|
+ "path": "pages/user/user",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "积分兑换"
|
|
|
+ // #ifndef MP-WEIXIN
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ // "app-plus": {
|
|
|
+ // "bounce": "none",
|
|
|
+ // "titleNView": {
|
|
|
+ // "type": "transparent",
|
|
|
+ // "buttons": [{
|
|
|
+ // "fontSrc": "/static/yticon.ttf",
|
|
|
+ // "text": "\ue60f",
|
|
|
+ // "fontSize": "24",
|
|
|
+ // "color": "#303133",
|
|
|
+ // "width": "46px",
|
|
|
+ // "background": "rgba(0,0,0,0)"
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // "fontSrc": "/static/yticon.ttf",
|
|
|
+ // "text": "\ue744",
|
|
|
+ // "fontSize": "28",
|
|
|
+ // "color": "#303133",
|
|
|
+ // "background": "rgba(0,0,0,0)",
|
|
|
+ // "redDot": true
|
|
|
+ // }
|
|
|
+ // ]
|
|
|
+ // }
|
|
|
+ // },
|
|
|
+ // #endif
|
|
|
+ "navigationBarTitleText": "个人中心"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/shareQrCode/index",
|
|
|
+ "path": "pages/user/award",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "邀请好友",
|
|
|
+ "navigationBarTitleText": "我的余额",
|
|
|
"app-plus": {
|
|
|
- "titleNView": {
|
|
|
- "type": "transparent"
|
|
|
- }
|
|
|
+ "titleNView": false
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/shareQrCode/wechatQr",
|
|
|
+ "path": "pages/user/withdrawal",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "关注公众号"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/seckill/seckill",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "限时抢购"
|
|
|
+ "navigationBarTitleText": "奖励提现"
|
|
|
}
|
|
|
},
|
|
|
+
|
|
|
{
|
|
|
- "path": "pages/groupBooking/index",
|
|
|
+ "path": "pages/user/favorites",
|
|
|
"style": {
|
|
|
- "enablePullDownRefresh": true,
|
|
|
- "navigationBarTitleText": "超值拼团"
|
|
|
+ "navigationBarTitleText": "收藏夹"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/groupBooking/detail",
|
|
|
+ "path": "pages/order/order",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "拼团详细",
|
|
|
+ "navigationBarTitleText": "我的订单",
|
|
|
"app-plus": {
|
|
|
- "titleNView": false
|
|
|
+ "bounce": "none"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/groupBooking/inviteImg",
|
|
|
+ "path": "pages/order/expressInfo",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "拼团邀请图",
|
|
|
- "app-plus": {
|
|
|
- "titleNView": false
|
|
|
- }
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/award/withdmoenys",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "转余额"
|
|
|
- }
|
|
|
- },
|
|
|
- // {
|
|
|
- // "path": "pages/coupon/details",
|
|
|
- // "style": {
|
|
|
- // "navigationBarTitleText": "付款",
|
|
|
- // "app-plus": {
|
|
|
- // "titleNView":{
|
|
|
- // "backgroundColor": "#5DBC7C",
|
|
|
- // "titleColor":"#FFFFFF"
|
|
|
- // }
|
|
|
- // },
|
|
|
- // "h5":{
|
|
|
- // "titleNView":{
|
|
|
- // "backgroundColor": "#5DBC7C",
|
|
|
- // "titleColor":"#FFFFFF"
|
|
|
- // }
|
|
|
- // }
|
|
|
- // }
|
|
|
- // },
|
|
|
- {
|
|
|
- "path": "pages/received/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "收付款",
|
|
|
- "app-plus": {
|
|
|
- "titleNView": {
|
|
|
- "backgroundColor": "#5DBC7C",
|
|
|
- "titleColor": "#FFFFFF"
|
|
|
- }
|
|
|
- },
|
|
|
- "h5": {
|
|
|
- "titleNView": {
|
|
|
- "backgroundColor": "#5DBC7C",
|
|
|
- "titleColor": "#FFFFFF"
|
|
|
- }
|
|
|
- }
|
|
|
+ "navigationBarTitleText": "快递详情"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/received/list",
|
|
|
+ "path": "pages/order/orderDetail",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "收付款记录",
|
|
|
+ "navigationBarTitleText": "订单详情",
|
|
|
"app-plus": {
|
|
|
- "titleNView": {
|
|
|
- "backgroundColor": "#5DBC7C",
|
|
|
- "titleColor": "#FFFFFF"
|
|
|
- }
|
|
|
- },
|
|
|
- "h5": {
|
|
|
- "titleNView": {
|
|
|
- "backgroundColor": "#5DBC7C",
|
|
|
- "titleColor": "#FFFFFF"
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- // {
|
|
|
- // "path": "pages/received/paySuccess",
|
|
|
- // "style": {
|
|
|
- // "navigationBarTitleText": "付款成功",
|
|
|
- // "app-plus": {
|
|
|
- // "titleNView":{
|
|
|
- // "backgroundColor": "#5DBC7C",
|
|
|
- // "titleColor":"#FFFFFF"
|
|
|
- // }
|
|
|
- // },
|
|
|
- // "h5":{
|
|
|
- // "titleNView":{
|
|
|
- // "backgroundColor": "#5DBC7C",
|
|
|
- // "titleColor":"#FFFFFF"
|
|
|
- // }
|
|
|
- // }
|
|
|
- // }
|
|
|
- // },
|
|
|
- {
|
|
|
- "path": "pages/coupon/consumer",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "我的消费券",
|
|
|
- "app-plus":{
|
|
|
- "titleNView": false
|
|
|
+ "bounce": "none"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/shoping/index",
|
|
|
+ "path": "pages/order/evaluate",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "店铺信息",
|
|
|
- "app-plus": {
|
|
|
- "titleNView": false
|
|
|
- }
|
|
|
+ "navigationBarTitleText": "评论"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/shoping/list",
|
|
|
+ "path": "pages/order/orderRefund",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "店铺列表"
|
|
|
-
|
|
|
+ "navigationBarTitleText": "申请退款"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/contract/agreement",
|
|
|
+ "path": "pages/order/createOrder",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "注册协议"
|
|
|
+ "navigationBarTitleText": "创建订单"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/money/pay",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "支付"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/contract/privacy",
|
|
|
+ "path": "pages/money/paySuccess",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "隐私政策"
|
|
|
+ "navigationBarTitleText": "支付成功"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/contract/start",
|
|
|
+ "path": "pages/money/wallet",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "授权页",
|
|
|
+ "navigationBarTitleText": "我的佣金",
|
|
|
"app-plus": {
|
|
|
"titleNView": false
|
|
|
}
|
|
|
}
|
|
|
- }
|
|
|
-
|
|
|
- , {
|
|
|
- "path": "pages/merchant/commodity",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "商品管理"
|
|
|
- // ,"app-plus": {
|
|
|
- // "titleNView": false
|
|
|
- // }
|
|
|
- }
|
|
|
-
|
|
|
- }, {
|
|
|
- "path": "pages/merchant/vipDetail",
|
|
|
- "style": {
|
|
|
- "navigationBarBackgroundColor": "#72E3B4",
|
|
|
- "navigationBarTextStyle": "white",
|
|
|
- "navigationBarTitleText": "店铺会员",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
-
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/merchant/storeQr",
|
|
|
+ "path": "pages/money/account",
|
|
|
"style": {
|
|
|
- "navigationBarBackgroundColor": "#72E3B4",
|
|
|
- "navigationBarTextStyle": "white",
|
|
|
- "navigationBarTitleText": "店铺二维码",
|
|
|
- "enablePullDownRefresh": false
|
|
|
+ "navigationBarTitleText": "提现账号"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/merchant/finance",
|
|
|
+ "path": "pages/money/withdrawal",
|
|
|
"style": {
|
|
|
- "navigationBarBackgroundColor": "#ffffff",
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
- "navigationBarTitleText": "店铺财务",
|
|
|
- "enablePullDownRefresh": false
|
|
|
+ "navigationBarTitleText": "提现"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/merchant/onlineOrder",
|
|
|
+ "path": "pages/money/recharge",
|
|
|
"style": {
|
|
|
- "navigationBarBackgroundColor": "#ffffff",
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
- "navigationBarTitleText": "在线下单",
|
|
|
- "enablePullDownRefresh": false
|
|
|
+ "navigationBarTitleText": "充值"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/wallet/openMember",
|
|
|
- "style": {
|
|
|
- "navigationBarBackgroundColor": "#363533",
|
|
|
- "navigationBarTextStyle": "white",
|
|
|
- "navigationBarTitleText": "开通会员",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/merchant/storeData",
|
|
|
+ "path": "pages/category/category",
|
|
|
"style": {
|
|
|
- "navigationBarBackgroundColor": "#72E3B4",
|
|
|
- "navigationBarTextStyle": "white",
|
|
|
- "navigationBarTitleText": "店铺数据",
|
|
|
- "enablePullDownRefresh": false
|
|
|
+ "navigationBarTitleText": "品牌故事"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/prefecture/detail",
|
|
|
+ "path": "pages/redirect/redirect",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "兑换详情",
|
|
|
+ "navigationBarTitleText": "微信登录跳转页面",
|
|
|
"app-plus": {
|
|
|
- "titleNView": {
|
|
|
- "type": "transparent"
|
|
|
- }
|
|
|
+ "titleNView": false
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/prefecture/voucher",
|
|
|
+ "path": "pages/user/shareQrCode",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "消费券兑换"
|
|
|
+ "navigationBarTitleText": "邀请好友"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
@@ -723,14 +373,11 @@
|
|
|
"navigationBarTextStyle": "black",
|
|
|
"navigationBarTitleText": "uni-app",
|
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
|
- //#ifdef H5
|
|
|
- "navigationStyle":"custom",
|
|
|
- //#endif
|
|
|
"backgroundColor": "#f8f8f8"
|
|
|
},
|
|
|
"tabBar": {
|
|
|
"color": "#C0C4CC",
|
|
|
- "selectedColor": "#5DBC7C",
|
|
|
+ "selectedColor": "#5ad5eb",
|
|
|
"borderStyle": "black",
|
|
|
"backgroundColor": "#ffffff",
|
|
|
"list": [{
|
|
@@ -743,7 +390,7 @@
|
|
|
"pagePath": "pages/category/category",
|
|
|
"iconPath": "static/tabBar/tab-cate.png",
|
|
|
"selectedIconPath": "static/tabBar/tab-cate-current.png",
|
|
|
- "text": "分类"
|
|
|
+ "text": "品牌故事"
|
|
|
},
|
|
|
{
|
|
|
"pagePath": "pages/cart/cart",
|