|
@@ -11,12 +11,11 @@
|
|
|
{
|
|
|
"path": "pages/index/index",
|
|
|
"style": {
|
|
|
- "enablePullDownRefresh": true,
|
|
|
"navigationBarTitleText": "中意购",
|
|
|
"navigationStyle": "custom",
|
|
|
"navigationBarTextStyle": "black",
|
|
|
- "app-plus": {
|
|
|
- }
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "app-plus": {}
|
|
|
|
|
|
}
|
|
|
},
|
|
@@ -26,8 +25,8 @@
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "我的订单",
|
|
|
"enablePullDownRefresh": false
|
|
|
- // #ifdef MP || APP-PLUS
|
|
|
- ,
|
|
|
+ // #ifdef MP || APP-PLUS
|
|
|
+ ,
|
|
|
"navigationStyle": "custom",
|
|
|
// "navigationBarBackgroundColor": "#e93323",
|
|
|
"navigationBarTextStyle": "black"
|
|
@@ -41,12 +40,12 @@
|
|
|
"navigationBarTitleText": "消息",
|
|
|
"enablePullDownRefresh": false,
|
|
|
"navigationStyle": "custom"
|
|
|
-// // #ifdef MP || APP-PLUS
|
|
|
-// ,
|
|
|
-// "navigationStyle": "custom",
|
|
|
-// // "navigationBarBackgroundColor": "#e93323",
|
|
|
-// "navigationBarTextStyle": "black"
|
|
|
-// // #endif
|
|
|
+ // // #ifdef MP || APP-PLUS
|
|
|
+ // ,
|
|
|
+ // "navigationStyle": "custom",
|
|
|
+ // // "navigationBarBackgroundColor": "#e93323",
|
|
|
+ // "navigationBarTextStyle": "black"
|
|
|
+ // // #endif
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -95,8 +94,8 @@
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "个人中心",
|
|
|
"enablePullDownRefresh": true
|
|
|
- // #ifdef MP || APP-PLUS
|
|
|
- ,
|
|
|
+ // #ifdef MP || APP-PLUS
|
|
|
+ ,
|
|
|
"navigationStyle": "custom",
|
|
|
// "navigationBarBackgroundColor": "#e93323",
|
|
|
"navigationBarTextStyle": "black"
|
|
@@ -125,30 +124,27 @@
|
|
|
}
|
|
|
}
|
|
|
//#endif
|
|
|
- ,{
|
|
|
- "path" : "pages/order/orderAfterSales/orderAfterSales",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "退货申请",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
+ , {
|
|
|
+ "path": "pages/order/orderAfterSales/orderAfterSales",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "退货申请",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
|
|
|
- }
|
|
|
- ],
|
|
|
- "subPackages": [
|
|
|
- {
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "subPackages": [{
|
|
|
"root": "pages/extension",
|
|
|
"name": "extension",
|
|
|
- "pages": [
|
|
|
- {
|
|
|
+ "pages": [{
|
|
|
"path": "customer_list/chat",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "对话详情",
|
|
|
"navigationStyle": "custom",
|
|
|
"app-plus": {
|
|
|
"scrollIndicator": false //禁用原生导航栏
|
|
|
- // #ifdef APP-PLUS
|
|
|
- ,
|
|
|
+ // #ifdef APP-PLUS
|
|
|
+ ,
|
|
|
"titleNView": {
|
|
|
"type": "default"
|
|
|
}
|
|
@@ -188,8 +184,7 @@
|
|
|
{
|
|
|
"root": "pages/goods",
|
|
|
"name": "goods",
|
|
|
- "pages": [
|
|
|
- {
|
|
|
+ "pages": [{
|
|
|
"path": "goods_list_mall/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "商品列表",
|
|
@@ -428,8 +423,7 @@
|
|
|
{
|
|
|
"root": "pages/groupbuying",
|
|
|
"name": "groupbuying",
|
|
|
- "pages": [
|
|
|
- {
|
|
|
+ "pages": [{
|
|
|
"path": "publish_group/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "发布团购",
|
|
@@ -571,32 +565,27 @@
|
|
|
// #endif
|
|
|
}
|
|
|
}
|
|
|
- }
|
|
|
- ,{
|
|
|
- "path" : "userAgreement/userAgreement",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "用户协议",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
+ }, {
|
|
|
+ "path": "userAgreement/userAgreement",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "用户协议",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
|
|
|
- }
|
|
|
- ,{
|
|
|
- "path" : "privacyAgreement/privacyAgreement",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "隐私协议",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
+ }, {
|
|
|
+ "path": "privacyAgreement/privacyAgreement",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "隐私协议",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
|
|
|
- }
|
|
|
- ]
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
"root": "pages/users",
|
|
|
"name": "users",
|
|
|
- "pages": [
|
|
|
- {
|
|
|
+ "pages": [{
|
|
|
"path": "user_vip_areer/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "经验记录",
|
|
@@ -851,12 +840,12 @@
|
|
|
"path": "user_integral/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "积分详情"
|
|
|
- // #ifdef MP
|
|
|
- ,
|
|
|
+ // #ifdef MP
|
|
|
+ ,
|
|
|
"navigationBarTextStyle": "black",
|
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
|
- // #endif
|
|
|
- ,
|
|
|
+ // #endif
|
|
|
+ ,
|
|
|
"app-plus": {
|
|
|
// #ifdef APP-PLUS
|
|
|
"titleNView": {
|
|
@@ -870,12 +859,12 @@
|
|
|
"path": "user_red_integral/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "红色积分明细"
|
|
|
- // #ifdef MP
|
|
|
- ,
|
|
|
+ // #ifdef MP
|
|
|
+ ,
|
|
|
"navigationBarTextStyle": "black",
|
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
|
- // #endif
|
|
|
- ,
|
|
|
+ // #endif
|
|
|
+ ,
|
|
|
"app-plus": {
|
|
|
// #ifdef APP-PLUS
|
|
|
"titleNView": {
|
|
@@ -889,12 +878,12 @@
|
|
|
"path": "user_earningsCount/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "收益记录"
|
|
|
- // #ifdef MP
|
|
|
- ,
|
|
|
+ // #ifdef MP
|
|
|
+ ,
|
|
|
"navigationBarTextStyle": "black",
|
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
|
- // #endif
|
|
|
- ,
|
|
|
+ // #endif
|
|
|
+ ,
|
|
|
"app-plus": {
|
|
|
// #ifdef APP-PLUS
|
|
|
"titleNView": {
|
|
@@ -908,12 +897,12 @@
|
|
|
"path": "user_directPartner/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "直属伙伴"
|
|
|
- // #ifdef MP
|
|
|
- ,
|
|
|
+ // #ifdef MP
|
|
|
+ ,
|
|
|
"navigationBarTextStyle": "black",
|
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
|
- // #endif
|
|
|
- ,
|
|
|
+ // #endif
|
|
|
+ ,
|
|
|
"app-plus": {
|
|
|
// #ifdef APP-PLUS
|
|
|
"titleNView": {
|
|
@@ -927,12 +916,12 @@
|
|
|
"path": "user_green_integral/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "绿色积分明细"
|
|
|
- // #ifdef MP
|
|
|
- ,
|
|
|
+ // #ifdef MP
|
|
|
+ ,
|
|
|
"navigationBarTextStyle": "black",
|
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
|
- // #endif
|
|
|
- ,
|
|
|
+ // #endif
|
|
|
+ ,
|
|
|
"app-plus": {
|
|
|
// #ifdef APP-PLUS
|
|
|
"titleNView": {
|
|
@@ -946,12 +935,12 @@
|
|
|
"path": "user_wallet/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "我的钱包"
|
|
|
- // #ifdef MP
|
|
|
- ,
|
|
|
+ // #ifdef MP
|
|
|
+ ,
|
|
|
"navigationBarTextStyle": "black",
|
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
|
- // #endif
|
|
|
- ,
|
|
|
+ // #endif
|
|
|
+ ,
|
|
|
"app-plus": {
|
|
|
// #ifdef APP-PLUS
|
|
|
"titleNView": {
|
|
@@ -978,12 +967,12 @@
|
|
|
"path": "user_spread_user/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "我的推广"
|
|
|
- // #ifdef MP
|
|
|
- ,
|
|
|
+ // #ifdef MP
|
|
|
+ ,
|
|
|
"navigationBarTextStyle": "black",
|
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
|
- // #endif
|
|
|
- ,
|
|
|
+ // #endif
|
|
|
+ ,
|
|
|
"app-plus": {
|
|
|
// #ifdef APP-PLUS
|
|
|
"titleNView": {
|
|
@@ -1010,12 +999,12 @@
|
|
|
"path": "user_spread_money/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "佣金记录"
|
|
|
- // #ifdef MP
|
|
|
- ,
|
|
|
+ // #ifdef MP
|
|
|
+ ,
|
|
|
"navigationBarTextStyle": "black",
|
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
|
- // #endif
|
|
|
- ,
|
|
|
+ // #endif
|
|
|
+ ,
|
|
|
"app-plus": {
|
|
|
// #ifdef APP-PLUS
|
|
|
"titleNView": {
|
|
@@ -1030,11 +1019,11 @@
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "提现",
|
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
|
- // #ifdef MP || APP-PLUS
|
|
|
- ,
|
|
|
+ // #ifdef MP || APP-PLUS
|
|
|
+ ,
|
|
|
"navigationBarTextStyle": "black"
|
|
|
- // #endif
|
|
|
- ,
|
|
|
+ // #endif
|
|
|
+ ,
|
|
|
"app-plus": {
|
|
|
// #ifdef APP-PLUS
|
|
|
"titleNView": {
|
|
@@ -1049,11 +1038,11 @@
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "分销等级",
|
|
|
"navigationBarBackgroundColor": "#232323"
|
|
|
- // #ifdef MP || APP-PLUS
|
|
|
- ,
|
|
|
+ // #ifdef MP || APP-PLUS
|
|
|
+ ,
|
|
|
"navigationBarTextStyle": "white"
|
|
|
- // #endif
|
|
|
- ,
|
|
|
+ // #endif
|
|
|
+ ,
|
|
|
"app-plus": {
|
|
|
// #ifdef APP-PLUS
|
|
|
"titleNView": {
|
|
@@ -1136,12 +1125,12 @@
|
|
|
"path": "user_pwd_edit/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "修改密码"
|
|
|
- // #ifdef MP
|
|
|
- // ,
|
|
|
- // "navigationBarTextStyle": "white"
|
|
|
- // "navigationBarBackgroundColor": "#e93323"
|
|
|
- // #endif
|
|
|
- ,
|
|
|
+ // #ifdef MP
|
|
|
+ // ,
|
|
|
+ // "navigationBarTextStyle": "white"
|
|
|
+ // "navigationBarBackgroundColor": "#e93323"
|
|
|
+ // #endif
|
|
|
+ ,
|
|
|
"app-plus": {
|
|
|
// #ifdef APP-PLUS
|
|
|
"titleNView": {
|
|
@@ -1155,12 +1144,12 @@
|
|
|
"path": "promoter-list/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "推广人列表"
|
|
|
- // #ifdef MP
|
|
|
- ,
|
|
|
+ // #ifdef MP
|
|
|
+ ,
|
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
|
"navigationBarTextStyle": "black"
|
|
|
- // #endif
|
|
|
- ,
|
|
|
+ // #endif
|
|
|
+ ,
|
|
|
"app-plus": {
|
|
|
// #ifdef APP-PLUS
|
|
|
"titleNView": {
|
|
@@ -1174,12 +1163,12 @@
|
|
|
"path": "promoter-order/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "推广人订单"
|
|
|
- // #ifdef MP
|
|
|
- ,
|
|
|
+ // #ifdef MP
|
|
|
+ ,
|
|
|
"navigationBarTextStyle": "black",
|
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
|
- // #endif
|
|
|
- ,
|
|
|
+ // #endif
|
|
|
+ ,
|
|
|
"app-plus": {
|
|
|
// #ifdef APP-PLUS
|
|
|
"titleNView": {
|
|
@@ -1193,12 +1182,12 @@
|
|
|
"path": "promoter_rank/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "推广人排行"
|
|
|
- // #ifdef MP
|
|
|
- ,
|
|
|
+ // #ifdef MP
|
|
|
+ ,
|
|
|
"navigationBarTextStyle": "black",
|
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
|
- // #endif
|
|
|
- ,
|
|
|
+ // #endif
|
|
|
+ ,
|
|
|
"app-plus": {
|
|
|
// #ifdef APP-PLUS
|
|
|
"titleNView": {
|
|
@@ -1213,11 +1202,11 @@
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "佣金排行",
|
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
|
- // #ifdef MP || APP-PLUS
|
|
|
- ,
|
|
|
+ // #ifdef MP || APP-PLUS
|
|
|
+ ,
|
|
|
"navigationBarTextStyle": "black"
|
|
|
- // #endif
|
|
|
- ,
|
|
|
+ // #endif
|
|
|
+ ,
|
|
|
"app-plus": {
|
|
|
// #ifdef APP-PLUS
|
|
|
"titleNView": {
|
|
@@ -1297,54 +1286,50 @@
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "员工列表",
|
|
|
"navigationBarBackgroundColor": "#e93323"
|
|
|
- // #ifdef MP
|
|
|
- ,
|
|
|
+ // #ifdef MP
|
|
|
+ ,
|
|
|
"navigationBarTextStyle": "#fff"
|
|
|
// #endif
|
|
|
}
|
|
|
- } ,{
|
|
|
- "path" : "user_return_list/detail/detail",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "售后详情",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
+ }, {
|
|
|
+ "path": "user_return_list/detail/detail",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "售后详情",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
|
|
|
- }
|
|
|
- ]
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
"root": "pages/goods_details",
|
|
|
"name": "goods_details",
|
|
|
- "pages": [
|
|
|
- {
|
|
|
- "path": "index",
|
|
|
- "style": {
|
|
|
- "navigationStyle": "custom",
|
|
|
- "transparentTitle": "auto",
|
|
|
- "app-plus": {
|
|
|
- // #ifdef APP-PLUS
|
|
|
- "titleNView": {
|
|
|
- "padding-left": "10px",
|
|
|
- "padding-right": "10px",
|
|
|
- "type": "transparent",
|
|
|
- "buttons": [ //原生标题栏按钮配置,
|
|
|
- {
|
|
|
- "type": "menu" //原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- // #endif
|
|
|
+ "pages": [{
|
|
|
+ "path": "index",
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "transparentTitle": "auto",
|
|
|
+ "app-plus": {
|
|
|
+ // #ifdef APP-PLUS
|
|
|
+ "titleNView": {
|
|
|
+ "padding-left": "10px",
|
|
|
+ "padding-right": "10px",
|
|
|
+ "type": "transparent",
|
|
|
+ "buttons": [ //原生标题栏按钮配置,
|
|
|
+ {
|
|
|
+ "type": "menu" //原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听
|
|
|
+ }
|
|
|
+ ]
|
|
|
}
|
|
|
+ // #endif
|
|
|
}
|
|
|
}
|
|
|
- ]
|
|
|
+ }]
|
|
|
},
|
|
|
{
|
|
|
"root": "pages/groupbuying_details",
|
|
|
"name": "groupbuying_details",
|
|
|
- "pages": [
|
|
|
- {
|
|
|
+ "pages": [{
|
|
|
"path": "index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "团购详情",
|
|
@@ -1395,8 +1380,7 @@
|
|
|
{
|
|
|
"root": "pages/admin",
|
|
|
"name": "adminOrder",
|
|
|
- "pages": [
|
|
|
- {
|
|
|
+ "pages": [{
|
|
|
"path": "custom_date/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "选择日期"
|
|
@@ -1485,8 +1469,7 @@
|
|
|
{
|
|
|
"root": "pages/columnGoods",
|
|
|
"name": "columnGoods",
|
|
|
- "pages": [
|
|
|
- {
|
|
|
+ "pages": [{
|
|
|
"path": "HotNewGoods/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "精品推荐",
|
|
@@ -1522,8 +1505,7 @@
|
|
|
},
|
|
|
{
|
|
|
"root": "pages/points_mall",
|
|
|
- "pages": [
|
|
|
- {
|
|
|
+ "pages": [{
|
|
|
"path": "index",
|
|
|
"style": {
|
|
|
"navigationBarTextStyle": "white",
|
|
@@ -1659,8 +1641,7 @@
|
|
|
"selectedColor": "#ff3366",
|
|
|
"borderStyle": "white",
|
|
|
"backgroundColor": "#ffffff",
|
|
|
- "list": [
|
|
|
- {
|
|
|
+ "list": [{
|
|
|
"pagePath": "pages/index/index",
|
|
|
"iconPath": "static/images/1-001.png",
|
|
|
"selectedIconPath": "static/images/1-002.png",
|
|
@@ -1696,12 +1677,10 @@
|
|
|
},
|
|
|
"condition": { //模式配置,仅开发期间生效
|
|
|
"current": 0, //当前激活的模式(list 的索引项)
|
|
|
- "list": [
|
|
|
- {
|
|
|
- "name": "", //模式名称
|
|
|
- "path": "", //启动页面,必选
|
|
|
- "query": "" //启动参数,在页面的onLoad函数里面得到
|
|
|
- }
|
|
|
- ]
|
|
|
+ "list": [{
|
|
|
+ "name": "", //模式名称
|
|
|
+ "path": "", //启动页面,必选
|
|
|
+ "query": "" //启动参数,在页面的onLoad函数里面得到
|
|
|
+ }]
|
|
|
}
|
|
|
}
|