mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 19:53:27 +08:00
【优化】优化支付宝小程序头部兼容性效果。
This commit is contained in:
@@ -106,7 +106,7 @@
|
|||||||
"quickapp" : {},
|
"quickapp" : {},
|
||||||
/* 快应用特有相关 */
|
/* 快应用特有相关 */
|
||||||
"mp-weixin" : {
|
"mp-weixin" : {
|
||||||
"appid" : "wx6fc139d4de0b470f",
|
"appid" : "wx6a73f5a508da7af2",
|
||||||
"setting" : {
|
"setting" : {
|
||||||
"urlCheck" : true,
|
"urlCheck" : true,
|
||||||
"postcss" : true,
|
"postcss" : true,
|
||||||
|
|||||||
@@ -7,46 +7,53 @@
|
|||||||
{
|
{
|
||||||
"path": "pages/index/default/default",
|
"path": "pages/index/default/default",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationStyle": "custom",
|
|
||||||
"navigationBarTextStyle": "black",
|
|
||||||
"navigationBarTitleText": "首页",
|
|
||||||
"enablePullDownRefresh": true
|
"enablePullDownRefresh": true
|
||||||
|
//"navigationStyle": "custom",
|
||||||
|
//"navigationBarTextStyle": "black",
|
||||||
|
//"navigationBarTitleText": "首页",
|
||||||
|
//"mp-alipay": {
|
||||||
|
// "transparentTitle": "always",
|
||||||
|
// "titlePenetrate": "YES"
|
||||||
|
//}
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/index/custom/custom",
|
"path": "pages/index/custom/custom",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "页面",
|
//"navigationBarTitleText": "页面",
|
||||||
"enablePullDownRefresh": true
|
"enablePullDownRefresh": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/index/cart/cart",
|
"path": "pages/index/cart/cart",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
"transparentTitle": "always"
|
||||||
"navigationBarTitleText": "购物车"
|
//"navigationBarTextStyle": "black",
|
||||||
|
//"navigationBarTitleText": "购物车"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/index/member/member",
|
"path": "pages/index/member/member",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "会员中心"
|
//"navigationBarTitleText": "会员中心"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/category/index/index",
|
"path": "pages/category/index/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
"transparentTitle": "always"
|
||||||
"navigationBarTitleText": "分类"
|
//"navigationBarTextStyle": "black",
|
||||||
|
//"navigationBarTitleText": "分类"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/category/list/list",
|
"path": "pages/category/list/list",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "商品列表"
|
//"navigationBarTitleText": "商品列表"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -58,8 +65,8 @@
|
|||||||
{
|
{
|
||||||
"path": "index/index",
|
"path": "index/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "直播间"
|
//"navigationBarTitleText": "直播间"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -78,22 +85,22 @@
|
|||||||
{
|
{
|
||||||
"path": "details/details",
|
"path": "details/details",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "文章详情"
|
//"navigationBarTitleText": "文章详情"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "list/list",
|
"path": "list/list",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "文章列表"
|
//"navigationBarTitleText": "文章列表"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "category/category",
|
"path": "category/category",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "文章栏目列表"
|
//"navigationBarTitleText": "文章栏目列表"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -105,15 +112,15 @@
|
|||||||
{
|
{
|
||||||
"path": "details/details",
|
"path": "details/details",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "公告详情"
|
//"navigationBarTitleText": "公告详情"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "list/list",
|
"path": "list/list",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "公告列表"
|
//"navigationBarTitleText": "公告列表"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -125,8 +132,8 @@
|
|||||||
{
|
{
|
||||||
"path": "webview",
|
"path": "webview",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "white",
|
//"navigationBarTextStyle": "white",
|
||||||
"navigationBarTitleText": "网页详情"
|
//"navigationBarTitleText": "网页详情"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -138,8 +145,8 @@
|
|||||||
{
|
{
|
||||||
"path": "map",
|
"path": "map",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "地图展示"
|
//"navigationBarTitleText": "地图展示"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -151,15 +158,15 @@
|
|||||||
{
|
{
|
||||||
"path": "details/details",
|
"path": "details/details",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "表单详情"
|
//"navigationBarTitleText": "表单详情"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "list/list",
|
"path": "list/list",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "表单列表"
|
//"navigationBarTitleText": "表单列表"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -171,8 +178,8 @@
|
|||||||
{
|
{
|
||||||
"path": "coupon",
|
"path": "coupon",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "优惠券列表"
|
//"navigationBarTitleText": "优惠券列表"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -184,16 +191,16 @@
|
|||||||
{
|
{
|
||||||
"path": "goodDetails/goodDetails",
|
"path": "goodDetails/goodDetails",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "商品详情",
|
//"navigationBarTitleText": "商品详情",
|
||||||
"navigationStyle": "custom"
|
//"navigationStyle": "custom"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "goodComments/goodComments",
|
"path": "goodComments/goodComments",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "商品评论"
|
//"navigationBarTitleText": "商品评论"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -205,8 +212,8 @@
|
|||||||
{
|
{
|
||||||
"path": "loginBySMS/loginBySMS",
|
"path": "loginBySMS/loginBySMS",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "授权登录"
|
//"navigationBarTitleText": "授权登录"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -218,15 +225,15 @@
|
|||||||
{
|
{
|
||||||
"path": "pay/pay",
|
"path": "pay/pay",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "支付"
|
//"navigationBarTitleText": "支付"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "result/result",
|
"path": "result/result",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "支付结果"
|
//"navigationBarTitleText": "支付结果"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -238,22 +245,22 @@
|
|||||||
{
|
{
|
||||||
"path": "index/index",
|
"path": "index/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "提交订单"
|
//"navigationBarTitleText": "提交订单"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "invoice/invoice",
|
"path": "invoice/invoice",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "发票"
|
//"navigationBarTitleText": "发票"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "storeList/storeList",
|
"path": "storeList/storeList",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "门店列表"
|
//"navigationBarTitleText": "门店列表"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -265,8 +272,8 @@
|
|||||||
{
|
{
|
||||||
"path": "storeMap",
|
"path": "storeMap",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "门店列表"
|
//"navigationBarTitleText": "门店列表"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -287,8 +294,8 @@
|
|||||||
{
|
{
|
||||||
"path": "search",
|
"path": "search",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "搜索"
|
//"navigationBarTitleText": "搜索"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -300,15 +307,15 @@
|
|||||||
{
|
{
|
||||||
"path": "index/index",
|
"path": "index/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "服务商品列表"
|
//"navigationBarTitleText": "服务商品列表"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "details/details",
|
"path": "details/details",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "服务商品详情"
|
//"navigationBarTitleText": "服务商品详情"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -320,22 +327,22 @@
|
|||||||
{
|
{
|
||||||
"path": "sharePoster/sharePoster",
|
"path": "sharePoster/sharePoster",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "分享"
|
//"navigationBarTitleText": "分享"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "shareNewPoster/shareNewPoster",
|
"path": "shareNewPoster/shareNewPoster",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "新版分享"
|
//"navigationBarTitleText": "新版分享"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "jump/jump",
|
"path": "jump/jump",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "加载中..."
|
//"navigationBarTitleText": "加载中..."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -347,64 +354,64 @@
|
|||||||
{
|
{
|
||||||
"path": "pinTuan/list/list",
|
"path": "pinTuan/list/list",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "拼团列表"
|
//"navigationBarTitleText": "拼团列表"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "pinTuan/pinTuanDetails/pinTuanDetails",
|
"path": "pinTuan/pinTuanDetails/pinTuanDetails",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "拼团详情"
|
//"navigationBarTitleText": "拼团详情"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "seckill/list/list",
|
"path": "seckill/list/list",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "秒杀列表"
|
//"navigationBarTitleText": "秒杀列表"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "seckill/seckillDetails/seckillDetails",
|
"path": "seckill/seckillDetails/seckillDetails",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "秒杀详情"
|
//"navigationBarTitleText": "秒杀详情"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "groupBuying/list/list",
|
"path": "groupBuying/list/list",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "团购列表"
|
//"navigationBarTitleText": "团购列表"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "groupBuying/groupBuyingDetails/groupBuyingDetails",
|
"path": "groupBuying/groupBuyingDetails/groupBuyingDetails",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "团购详情"
|
//"navigationBarTitleText": "团购详情"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "solitaire/list/list",
|
"path": "solitaire/list/list",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "接龙"
|
//"navigationBarTitleText": "接龙"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "solitaire/solitaireDetails/solitaireDetails",
|
"path": "solitaire/solitaireDetails/solitaireDetails",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "接龙详情"
|
//"navigationBarTitleText": "接龙详情"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "checkIn/checkIn/checkIn",
|
"path": "checkIn/checkIn/checkIn",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "日历签到"
|
//"navigationBarTitleText": "日历签到"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -416,449 +423,449 @@
|
|||||||
{
|
{
|
||||||
"path": "coupon/index",
|
"path": "coupon/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "我的优惠券"
|
//"navigationBarTitleText": "我的优惠券"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "balance/index/index",
|
"path": "balance/index/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "我的余额"
|
//"navigationBarTitleText": "我的余额"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "balance/recharge/recharge",
|
"path": "balance/recharge/recharge",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "储值"
|
//"navigationBarTitleText": "储值"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "balance/withdrawCash/withdrawCash",
|
"path": "balance/withdrawCash/withdrawCash",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "提现"
|
//"navigationBarTitleText": "提现"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "balance/details/details",
|
"path": "balance/details/details",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "余额明细"
|
//"navigationBarTitleText": "余额明细"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "balance/cashlist/cashlist",
|
"path": "balance/cashlist/cashlist",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "提现记录"
|
//"navigationBarTitleText": "提现记录"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "balance/bankcard/bankcard",
|
"path": "balance/bankcard/bankcard",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "我的银行卡"
|
//"navigationBarTitleText": "我的银行卡"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "balance/addBankCard/addBankCard",
|
"path": "balance/addBankCard/addBankCard",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "添加银行卡"
|
//"navigationBarTitleText": "添加银行卡"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "collection/index",
|
"path": "collection/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "我的收藏"
|
//"navigationBarTitleText": "我的收藏"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "history/index",
|
"path": "history/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "我的足迹"
|
//"navigationBarTitleText": "我的足迹"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "address/list/list",
|
"path": "address/list/list",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "地址管理"
|
//"navigationBarTitleText": "地址管理"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "address/index/index",
|
"path": "address/index/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "修改地址"
|
//"navigationBarTitleText": "修改地址"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "address/map/map",
|
"path": "address/map/map",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "选取街道"
|
//"navigationBarTitleText": "选取街道"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "setting/index/index",
|
"path": "setting/index/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "设置"
|
//"navigationBarTitleText": "设置"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "setting/userInfo/index",
|
"path": "setting/userInfo/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "个人信息"
|
//"navigationBarTitleText": "个人信息"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "setting/userInfo/password",
|
"path": "setting/userInfo/password",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "修改密码"
|
//"navigationBarTitleText": "修改密码"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "integral/index",
|
"path": "integral/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "我的积分"
|
//"navigationBarTitleText": "我的积分"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "invite/index",
|
"path": "invite/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "邀请好友"
|
//"navigationBarTitleText": "邀请好友"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "invite/list",
|
"path": "invite/list",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "邀请列表"
|
//"navigationBarTitleText": "邀请列表"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "invoice/index",
|
"path": "invoice/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "我的发票"
|
//"navigationBarTitleText": "我的发票"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "order/index/index",
|
"path": "order/index/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "订单列表"
|
//"navigationBarTitleText": "订单列表"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "order/detail/detail",
|
"path": "order/detail/detail",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "订单详情"
|
//"navigationBarTitleText": "订单详情"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "order/invitationGroup/invitationGroup",
|
"path": "order/invitationGroup/invitationGroup",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "邀请拼单"
|
//"navigationBarTitleText": "邀请拼单"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "afterSales/submit/submit",
|
"path": "afterSales/submit/submit",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "申请售后"
|
//"navigationBarTitleText": "申请售后"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "afterSales/list/list",
|
"path": "afterSales/list/list",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "售后列表"
|
//"navigationBarTitleText": "售后列表"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "afterSales/detail/detail",
|
"path": "afterSales/detail/detail",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "售后详情"
|
//"navigationBarTitleText": "售后详情"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "order/evaluate/evaluate",
|
"path": "order/evaluate/evaluate",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "订单评价"
|
//"navigationBarTitleText": "订单评价"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "order/expressDelivery/expressDelivery",
|
"path": "order/expressDelivery/expressDelivery",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "物流信息"
|
//"navigationBarTitleText": "物流信息"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "order/invoice/invoice",
|
"path": "order/invoice/invoice",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "申请发票"
|
//"navigationBarTitleText": "申请发票"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "distribution/index/index",
|
"path": "distribution/index/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "分销中心"
|
//"navigationBarTitleText": "分销中心"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "distribution/apply/apply",
|
"path": "distribution/apply/apply",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "申请成为分销"
|
//"navigationBarTitleText": "申请成为分销"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "distribution/applyState/applyState",
|
"path": "distribution/applyState/applyState",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "审核状态"
|
//"navigationBarTitleText": "审核状态"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "distribution/panel/panel",
|
"path": "distribution/panel/panel",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "分销中心"
|
//"navigationBarTitleText": "分销中心"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "distribution/agreement/agreement",
|
"path": "distribution/agreement/agreement",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "分销协议"
|
//"navigationBarTitleText": "分销协议"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "distribution/order/order",
|
"path": "distribution/order/order",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "推广订单"
|
//"navigationBarTitleText": "推广订单"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "distribution/myStore/myStore",
|
"path": "distribution/myStore/myStore",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "我的店铺"
|
//"navigationBarTitleText": "我的店铺"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "distribution/storeSetting/storeSetting",
|
"path": "distribution/storeSetting/storeSetting",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "店铺设置"
|
//"navigationBarTitleText": "店铺设置"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "distribution/team/team",
|
"path": "distribution/team/team",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "我的团队"
|
//"navigationBarTitleText": "我的团队"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "distribution/commissionDetails/commissionDetails",
|
"path": "distribution/commissionDetails/commissionDetails",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "佣金明细"
|
//"navigationBarTitleText": "佣金明细"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "distribution/rankings/rankings",
|
"path": "distribution/rankings/rankings",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "分销排行"
|
//"navigationBarTitleText": "分销排行"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "distribution/shareLog/shareLog",
|
"path": "distribution/shareLog/shareLog",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "分享记录"
|
//"navigationBarTitleText": "分享记录"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "agent/index/index",
|
"path": "agent/index/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "代理中心"
|
//"navigationBarTitleText": "代理中心"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "agent/apply/apply",
|
"path": "agent/apply/apply",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "申请成为代理"
|
//"navigationBarTitleText": "申请成为代理"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "agent/applyState/applyState",
|
"path": "agent/applyState/applyState",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "审核状态"
|
//"navigationBarTitleText": "审核状态"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "agent/panel/panel",
|
"path": "agent/panel/panel",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "代理中心"
|
//"navigationBarTitleText": "代理中心"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "agent/agreement/agreement",
|
"path": "agent/agreement/agreement",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "代理协议"
|
//"navigationBarTitleText": "代理协议"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "agent/order/order",
|
"path": "agent/order/order",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "推广订单"
|
//"navigationBarTitleText": "推广订单"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "agent/myStore/myStore",
|
"path": "agent/myStore/myStore",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "我的店铺"
|
//"navigationBarTitleText": "我的店铺"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "agent/storeSetting/storeSetting",
|
"path": "agent/storeSetting/storeSetting",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "店铺设置"
|
//"navigationBarTitleText": "店铺设置"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "agent/team/team",
|
"path": "agent/team/team",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "我的团队"
|
//"navigationBarTitleText": "我的团队"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "agent/commissionDetails/commissionDetails",
|
"path": "agent/commissionDetails/commissionDetails",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "佣金明细"
|
//"navigationBarTitleText": "佣金明细"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "agent/rankings/rankings",
|
"path": "agent/rankings/rankings",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "代理排行"
|
//"navigationBarTitleText": "代理排行"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "agent/shareLog/shareLog",
|
"path": "agent/shareLog/shareLog",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "分享记录"
|
//"navigationBarTitleText": "分享记录"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "setting/subscription/index",
|
"path": "setting/subscription/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "消息订阅"
|
//"navigationBarTitleText": "消息订阅"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "serviceOrder/index/index",
|
"path": "serviceOrder/index/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "我的服务卡"
|
//"navigationBarTitleText": "我的服务卡"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "serviceOrder/details/details",
|
"path": "serviceOrder/details/details",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "服务卡详情"
|
//"navigationBarTitleText": "服务卡详情"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "merchant/index/index",
|
"path": "merchant/index/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "商家管理"
|
//"navigationBarTitleText": "商家管理"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "merchant/search/index",
|
"path": "merchant/search/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "订单查询"
|
//"navigationBarTitleText": "订单查询"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "merchant/detail/detail",
|
"path": "merchant/detail/detail",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "订单预览"
|
//"navigationBarTitleText": "订单预览"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "merchant/storeList/storeList",
|
"path": "merchant/storeList/storeList",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "门店选择"
|
//"navigationBarTitleText": "门店选择"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "merchant/serviceVerification/index",
|
"path": "merchant/serviceVerification/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "核验服务券"
|
//"navigationBarTitleText": "核验服务券"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "merchant/serviceVerification/list",
|
"path": "merchant/serviceVerification/list",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "服务券列表"
|
//"navigationBarTitleText": "服务券列表"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "merchant/takeDelivery/index",
|
"path": "merchant/takeDelivery/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "提货单核销"
|
//"navigationBarTitleText": "提货单核销"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "merchant/takeDelivery/list",
|
"path": "merchant/takeDelivery/list",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTextStyle": "black",
|
//"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "提货单列表"
|
//"navigationBarTitleText": "提货单列表"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -874,7 +881,8 @@
|
|||||||
"navigationStyle": "custom",
|
"navigationStyle": "custom",
|
||||||
"mp-alipay": {
|
"mp-alipay": {
|
||||||
"allowsBounceVertical": "NO",
|
"allowsBounceVertical": "NO",
|
||||||
"transparentTitle": "always"
|
"transparentTitle": "always", // 头部透明
|
||||||
|
"titlePenetrate": "YES" // 导航栏点击穿透
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tabBar": {
|
"tabBar": {
|
||||||
|
|||||||
Reference in New Issue
Block a user