|
|
|
@ -4,23 +4,18 @@ |
|
|
|
|
"path": "pages/welcome/welcome", |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTitleText": "", |
|
|
|
|
"enablePullDownRefresh": false, |
|
|
|
|
"app-plus": { |
|
|
|
|
"titleNView": false, //禁用原生导航栏 |
|
|
|
|
"softinputNavBar": "none" |
|
|
|
|
} |
|
|
|
|
"enablePullDownRefresh": false |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, { |
|
|
|
|
"path": "pages/login/login", |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"navigationBarTitleText": "登录", |
|
|
|
|
"onReachBottomDistance": 50, |
|
|
|
|
"app-plus": { |
|
|
|
|
"titleNView": false, //禁用原生导航栏 |
|
|
|
|
"softinputNavBar": "none" |
|
|
|
|
} |
|
|
|
|
"enablePullDownRefresh": true, |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#6fbdee", |
|
|
|
|
"backgroundColorTop": "#6fbdee", |
|
|
|
|
"navigationBarTextStyle": "white" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, { |
|
|
|
@ -28,12 +23,10 @@ |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"navigationBarTitleText": "设备申请列表", |
|
|
|
|
"enablePullDownRefresh": false, |
|
|
|
|
"onReachBottomDistance": 50, |
|
|
|
|
"app-plus": { |
|
|
|
|
"titleNView": false, //禁用原生导航栏 |
|
|
|
|
"softinputNavBar": "none" |
|
|
|
|
} |
|
|
|
|
"enablePullDownRefresh": true, |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#6fbdee", |
|
|
|
|
"backgroundColorTop": "#6fbdee" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, { |
|
|
|
@ -41,12 +34,10 @@ |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"navigationBarTitleText": "订单详情", |
|
|
|
|
"enablePullDownRefresh": false, |
|
|
|
|
"onReachBottomDistance": 50, |
|
|
|
|
"app-plus": { |
|
|
|
|
"titleNView": false, //禁用原生导航栏 |
|
|
|
|
"softinputNavBar": "none" |
|
|
|
|
} |
|
|
|
|
"enablePullDownRefresh": true, |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#6fbdee", |
|
|
|
|
"backgroundColorTop": "#6fbdee" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, { |
|
|
|
@ -54,12 +45,10 @@ |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"navigationBarTitleText": "我的设备", |
|
|
|
|
"enablePullDownRefresh": false, |
|
|
|
|
"onReachBottomDistance": 50, |
|
|
|
|
"app-plus": { |
|
|
|
|
"titleNView": false, //禁用原生导航栏 |
|
|
|
|
"softinputNavBar": "none" |
|
|
|
|
} |
|
|
|
|
"enablePullDownRefresh": true, |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#6fbdee", |
|
|
|
|
"backgroundColorTop": "#6fbdee" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, { |
|
|
|
@ -67,38 +56,39 @@ |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"navigationBarTitleText": "首页", |
|
|
|
|
"onReachBottomDistance": 50, |
|
|
|
|
"app-plus": { |
|
|
|
|
"titleNView": false, //禁用原生导航栏 |
|
|
|
|
"softinputNavBar": "none" |
|
|
|
|
} |
|
|
|
|
"enablePullDownRefresh": true, |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#6fbdee", |
|
|
|
|
"backgroundColorTop": "#6fbdee" |
|
|
|
|
} |
|
|
|
|
}, { |
|
|
|
|
"path": "pages/index/index", |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTitleText": "首页" |
|
|
|
|
"navigationBarTitleText": "首页", |
|
|
|
|
"enablePullDownRefresh": true, |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#6fbdee", |
|
|
|
|
"backgroundColorTop": "#6fbdee" |
|
|
|
|
} |
|
|
|
|
}, { |
|
|
|
|
"path": "pages/tabBar/user/user", |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"navigationBarTitleText": "个人中心", |
|
|
|
|
"onReachBottomDistance": 50, |
|
|
|
|
"app-plus": { |
|
|
|
|
"titleNView": false, //禁用原生导航栏 |
|
|
|
|
"softinputNavBar": "none" |
|
|
|
|
} |
|
|
|
|
"enablePullDownRefresh": true, |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#6fbdee", |
|
|
|
|
"backgroundColorTop": "#6fbdee" |
|
|
|
|
} |
|
|
|
|
}, { |
|
|
|
|
"path": "pages/index/merchant-list/merchant-list", |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"navigationBarTitleText": "门店管理", |
|
|
|
|
"onReachBottomDistance": 50, |
|
|
|
|
"app-plus": { |
|
|
|
|
"titleNView": false, //禁用原生导航栏 |
|
|
|
|
"softinputNavBar": "none" |
|
|
|
|
} |
|
|
|
|
"enablePullDownRefresh": true, |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#6fbdee", |
|
|
|
|
"backgroundColorTop": "#6fbdee" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, { |
|
|
|
@ -106,11 +96,10 @@ |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"navigationBarTitleText": "商户详情", |
|
|
|
|
"onReachBottomDistance": 50, |
|
|
|
|
"app-plus": { |
|
|
|
|
"titleNView": false, //禁用原生导航栏 |
|
|
|
|
"softinputNavBar": "none" |
|
|
|
|
} |
|
|
|
|
"enablePullDownRefresh": true, |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#6fbdee", |
|
|
|
|
"backgroundColorTop": "#6fbdee" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, { |
|
|
|
@ -118,11 +107,10 @@ |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"navigationBarTitleText": "商户进件", |
|
|
|
|
"onReachBottomDistance": 50, |
|
|
|
|
"app-plus": { |
|
|
|
|
"titleNView": false, //禁用原生导航栏 |
|
|
|
|
"softinputNavBar": "none" |
|
|
|
|
} |
|
|
|
|
"enablePullDownRefresh": true, |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#6fbdee", |
|
|
|
|
"backgroundColorTop": "#6fbdee" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
@ -132,11 +120,10 @@ |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"navigationBarTitleText": "消息中心", |
|
|
|
|
"onReachBottomDistance": 50, |
|
|
|
|
"app-plus": { |
|
|
|
|
"titleNView": false, //禁用原生导航栏 |
|
|
|
|
"softinputNavBar": "none" |
|
|
|
|
} |
|
|
|
|
"enablePullDownRefresh": true, |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#6fbdee", |
|
|
|
|
"backgroundColorTop": "#6fbdee" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, { |
|
|
|
@ -144,11 +131,10 @@ |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"navigationBarTitleText": "经营品类", |
|
|
|
|
"onReachBottomDistance": 50, |
|
|
|
|
"app-plus": { |
|
|
|
|
"titleNView": false, //禁用原生导航栏 |
|
|
|
|
"softinputNavBar": "none" |
|
|
|
|
} |
|
|
|
|
"enablePullDownRefresh": true, |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#6fbdee", |
|
|
|
|
"backgroundColorTop": "#6fbdee" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, { |
|
|
|
@ -156,11 +142,10 @@ |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"navigationBarTitleText": "商户管理", |
|
|
|
|
"onReachBottomDistance": 50, |
|
|
|
|
"app-plus": { |
|
|
|
|
"titleNView": false, //禁用原生导航栏 |
|
|
|
|
"softinputNavBar": "none" |
|
|
|
|
} |
|
|
|
|
"enablePullDownRefresh": true, |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#6fbdee", |
|
|
|
|
"backgroundColorTop": "#6fbdee" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, { |
|
|
|
@ -168,22 +153,20 @@ |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"navigationBarTitleText": "门店信息", |
|
|
|
|
"onReachBottomDistance": 50, |
|
|
|
|
"app-plus": { |
|
|
|
|
"titleNView": false, //禁用原生导航栏 |
|
|
|
|
"softinputNavBar": "none" |
|
|
|
|
} |
|
|
|
|
"enablePullDownRefresh": true, |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#6fbdee", |
|
|
|
|
"backgroundColorTop": "#6fbdee" |
|
|
|
|
} |
|
|
|
|
}, { |
|
|
|
|
"path": "pages/index/addStore/addStore", |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"navigationBarTitleText": "添加门店", |
|
|
|
|
"onReachBottomDistance": 50, |
|
|
|
|
"app-plus": { |
|
|
|
|
"titleNView": false, //禁用原生导航栏 |
|
|
|
|
"softinputNavBar": "none" |
|
|
|
|
} |
|
|
|
|
"enablePullDownRefresh": true, |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#6fbdee", |
|
|
|
|
"backgroundColorTop": "#6fbdee" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, { |
|
|
|
@ -191,11 +174,10 @@ |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"navigationBarTitleText": "收费记录", |
|
|
|
|
"onReachBottomDistance": 50, |
|
|
|
|
"app-plus": { |
|
|
|
|
"titleNView": false, //禁用原生导航栏 |
|
|
|
|
"softinputNavBar": "none" |
|
|
|
|
} |
|
|
|
|
"enablePullDownRefresh": true, |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#6fbdee", |
|
|
|
|
"backgroundColorTop": "#6fbdee" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, { |
|
|
|
@ -203,11 +185,10 @@ |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"navigationBarTitleText": "商户类别", |
|
|
|
|
"onReachBottomDistance": 50, |
|
|
|
|
"app-plus": { |
|
|
|
|
"titleNView": false, //禁用原生导航栏 |
|
|
|
|
"softinputNavBar": "none" |
|
|
|
|
} |
|
|
|
|
"enablePullDownRefresh": true, |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#6fbdee", |
|
|
|
|
"backgroundColorTop": "#6fbdee" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, { |
|
|
|
@ -215,11 +196,10 @@ |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"navigationBarTitleText": "收款记录", |
|
|
|
|
"onReachBottomDistance": 50, |
|
|
|
|
"app-plus": { |
|
|
|
|
"titleNView": false, //禁用原生导航栏 |
|
|
|
|
"softinputNavBar": "none" |
|
|
|
|
} |
|
|
|
|
"enablePullDownRefresh": true, |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#6fbdee", |
|
|
|
|
"backgroundColorTop": "#6fbdee" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, { |
|
|
|
@ -227,11 +207,10 @@ |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"navigationBarTitleText": "门店管理", |
|
|
|
|
"onReachBottomDistance": 50, |
|
|
|
|
"app-plus": { |
|
|
|
|
"titleNView": false, //禁用原生导航栏 |
|
|
|
|
"softinputNavBar": "none" |
|
|
|
|
} |
|
|
|
|
"enablePullDownRefresh": true, |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#6fbdee", |
|
|
|
|
"backgroundColorTop": "#6fbdee" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, { |
|
|
|
@ -239,11 +218,10 @@ |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"navigationBarTitleText": "绑定设备", |
|
|
|
|
"onReachBottomDistance": 50, |
|
|
|
|
"app-plus": { |
|
|
|
|
"titleNView": false, //禁用原生导航栏 |
|
|
|
|
"softinputNavBar": "none" |
|
|
|
|
} |
|
|
|
|
"enablePullDownRefresh": true, |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#6fbdee", |
|
|
|
|
"backgroundColorTop": "#6fbdee" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, { |
|
|
|
@ -251,11 +229,10 @@ |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"navigationBarTitleText": "绑定设备", |
|
|
|
|
"onReachBottomDistance": 50, |
|
|
|
|
"app-plus": { |
|
|
|
|
"titleNView": false, //禁用原生导航栏 |
|
|
|
|
"softinputNavBar": "none" |
|
|
|
|
} |
|
|
|
|
"enablePullDownRefresh": true, |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#6fbdee", |
|
|
|
|
"backgroundColorTop": "#6fbdee" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, { |
|
|
|
@ -263,11 +240,10 @@ |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"navigationBarTitleText": "绑定二维码", |
|
|
|
|
"onReachBottomDistance": 50, |
|
|
|
|
"app-plus": { |
|
|
|
|
"titleNView": false, //禁用原生导航栏 |
|
|
|
|
"softinputNavBar": "none" |
|
|
|
|
} |
|
|
|
|
"enablePullDownRefresh": true, |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#6fbdee", |
|
|
|
|
"backgroundColorTop": "#6fbdee" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, { |
|
|
|
@ -275,23 +251,20 @@ |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"navigationBarTitleText": "二维码列表", |
|
|
|
|
"onReachBottomDistance": 50, |
|
|
|
|
"app-plus": { |
|
|
|
|
"titleNView": false, //禁用原生导航栏 |
|
|
|
|
"softinputNavBar": "none" |
|
|
|
|
} |
|
|
|
|
"enablePullDownRefresh": true, |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#6fbdee", |
|
|
|
|
"backgroundColorTop": "#6fbdee" |
|
|
|
|
} |
|
|
|
|
}, { |
|
|
|
|
"path": "pages/index/salesOrderList/salesOrderList", |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTitleText": "设备订单", |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"enablePullDownRefresh": false, |
|
|
|
|
"onReachBottomDistance": 50, |
|
|
|
|
"app-plus": { |
|
|
|
|
"titleNView": false, //禁用原生导航栏 |
|
|
|
|
"softinputNavBar": "none" |
|
|
|
|
} |
|
|
|
|
"enablePullDownRefresh": true, |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#6fbdee", |
|
|
|
|
"backgroundColorTop": "#6fbdee" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, { |
|
|
|
@ -299,12 +272,10 @@ |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTitleText": "选择支行", |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"enablePullDownRefresh": false, |
|
|
|
|
"onReachBottomDistance": 50, |
|
|
|
|
"app-plus": { |
|
|
|
|
"titleNView": false, //禁用原生导航栏 |
|
|
|
|
"softinputNavBar": "none" |
|
|
|
|
} |
|
|
|
|
"enablePullDownRefresh": true, |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#6fbdee", |
|
|
|
|
"backgroundColorTop": "#6fbdee" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, { |
|
|
|
@ -312,12 +283,10 @@ |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTitleText": "开通分账", |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"enablePullDownRefresh": false, |
|
|
|
|
"onReachBottomDistance": 50, |
|
|
|
|
"app-plus": { |
|
|
|
|
"titleNView": false, //禁用原生导航栏 |
|
|
|
|
"softinputNavBar": "none" |
|
|
|
|
} |
|
|
|
|
"enablePullDownRefresh": true, |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#6fbdee", |
|
|
|
|
"backgroundColorTop": "#6fbdee" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, { |
|
|
|
@ -325,12 +294,10 @@ |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTitleText": "绑定接收方", |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"enablePullDownRefresh": false, |
|
|
|
|
"onReachBottomDistance": 50, |
|
|
|
|
"app-plus": { |
|
|
|
|
"titleNView": false, //禁用原生导航栏 |
|
|
|
|
"softinputNavBar": "none" |
|
|
|
|
} |
|
|
|
|
"enablePullDownRefresh": true, |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#6fbdee", |
|
|
|
|
"backgroundColorTop": "#6fbdee" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, { |
|
|
|
@ -338,12 +305,10 @@ |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTitleText": "绑定分账接收方", |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"enablePullDownRefresh": false, |
|
|
|
|
"onReachBottomDistance": 50, |
|
|
|
|
"app-plus": { |
|
|
|
|
"titleNView": false, //禁用原生导航栏 |
|
|
|
|
"softinputNavBar": "none" |
|
|
|
|
} |
|
|
|
|
"enablePullDownRefresh": true, |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#6fbdee", |
|
|
|
|
"backgroundColorTop": "#6fbdee" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, { |
|
|
|
@ -351,12 +316,10 @@ |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTitleText": "接收方列表", |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"enablePullDownRefresh": false, |
|
|
|
|
"onReachBottomDistance": 50, |
|
|
|
|
"app-plus": { |
|
|
|
|
"titleNView": false, //禁用原生导航栏 |
|
|
|
|
"softinputNavBar": "none" |
|
|
|
|
} |
|
|
|
|
"enablePullDownRefresh": true, |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#6fbdee", |
|
|
|
|
"backgroundColorTop": "#6fbdee" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, { |
|
|
|
@ -364,12 +327,10 @@ |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTitleText": "选择地址", |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"enablePullDownRefresh": false, |
|
|
|
|
"onReachBottomDistance": 50, |
|
|
|
|
"app-plus": { |
|
|
|
|
"titleNView": false, //禁用原生导航栏 |
|
|
|
|
"softinputNavBar": "none" |
|
|
|
|
} |
|
|
|
|
"enablePullDownRefresh": true, |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#6fbdee", |
|
|
|
|
"backgroundColorTop": "#6fbdee" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, { |
|
|
|
@ -377,12 +338,10 @@ |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTitleText": "修改结算信息", |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"enablePullDownRefresh": false, |
|
|
|
|
"onReachBottomDistance": 50, |
|
|
|
|
"app-plus": { |
|
|
|
|
"titleNView": false, //禁用原生导航栏 |
|
|
|
|
"softinputNavBar": "none" |
|
|
|
|
} |
|
|
|
|
"enablePullDownRefresh": true, |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#6fbdee", |
|
|
|
|
"backgroundColorTop": "#6fbdee" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, { |
|
|
|
@ -390,12 +349,10 @@ |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTitleText": "结算信息", |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"enablePullDownRefresh": false, |
|
|
|
|
"onReachBottomDistance": 50, |
|
|
|
|
"app-plus": { |
|
|
|
|
"titleNView": false, //禁用原生导航栏 |
|
|
|
|
"softinputNavBar": "none" |
|
|
|
|
} |
|
|
|
|
"enablePullDownRefresh": true, |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#6fbdee", |
|
|
|
|
"backgroundColorTop": "#6fbdee" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, { |
|
|
|
@ -403,12 +360,10 @@ |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTitleText": "结算详情", |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"enablePullDownRefresh": false, |
|
|
|
|
"onReachBottomDistance": 50, |
|
|
|
|
"app-plus": { |
|
|
|
|
"titleNView": false, //禁用原生导航栏 |
|
|
|
|
"softinputNavBar": "none" |
|
|
|
|
} |
|
|
|
|
"enablePullDownRefresh": true, |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#6fbdee", |
|
|
|
|
"backgroundColorTop": "#6fbdee" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, { |
|
|
|
@ -416,12 +371,10 @@ |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTitleText": "分配桌码", |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"enablePullDownRefresh": false, |
|
|
|
|
"onReachBottomDistance": 50, |
|
|
|
|
"app-plus": { |
|
|
|
|
"titleNView": false, //禁用原生导航栏 |
|
|
|
|
"softinputNavBar": "none" |
|
|
|
|
} |
|
|
|
|
"enablePullDownRefresh": true, |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#6fbdee", |
|
|
|
|
"backgroundColorTop": "#6fbdee" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, { |
|
|
|
@ -429,12 +382,10 @@ |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTitleText": "权益活动", |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"enablePullDownRefresh": false, |
|
|
|
|
"onReachBottomDistance": 50, |
|
|
|
|
"app-plus": { |
|
|
|
|
"titleNView": false, //禁用原生导航栏 |
|
|
|
|
"softinputNavBar": "none" |
|
|
|
|
} |
|
|
|
|
"enablePullDownRefresh": true, |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#6fbdee", |
|
|
|
|
"backgroundColorTop": "#6fbdee" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, { |
|
|
|
@ -442,46 +393,36 @@ |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTitleText": "活动详情", |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"enablePullDownRefresh": false, |
|
|
|
|
"onReachBottomDistance": 50, |
|
|
|
|
"app-plus": { |
|
|
|
|
"titleNView": false, //禁用原生导航栏 |
|
|
|
|
"softinputNavBar": "none" |
|
|
|
|
} |
|
|
|
|
"enablePullDownRefresh": true, |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#6fbdee", |
|
|
|
|
"backgroundColorTop": "#6fbdee" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, { |
|
|
|
|
"path": "pages/index/equity-activity-review/equity-activity-review", |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTitleText": "活动审核", |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"enablePullDownRefresh": true, |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#6fbdee", |
|
|
|
|
"backgroundColorTop": "#6fbdee" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, { |
|
|
|
|
"path": "pages/index/order-list-details/order-list-details", |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTitleText": "订单详情", |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"enablePullDownRefresh": true, |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#6fbdee", |
|
|
|
|
"backgroundColorTop": "#6fbdee" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
,{ |
|
|
|
|
"path" : "pages/index/equity-activity-review/equity-activity-review", |
|
|
|
|
"style" : |
|
|
|
|
{ |
|
|
|
|
"navigationBarTitleText": "活动审核", |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"enablePullDownRefresh": false, |
|
|
|
|
"onReachBottomDistance": 50, |
|
|
|
|
"app-plus": { |
|
|
|
|
"titleNView": false, //禁用原生导航栏 |
|
|
|
|
"softinputNavBar": "none" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
,{ |
|
|
|
|
"path" : "pages/index/order-list-details/order-list-details", |
|
|
|
|
"style" : |
|
|
|
|
{ |
|
|
|
|
"navigationBarTitleText": "订单详情", |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"enablePullDownRefresh": false, |
|
|
|
|
"onReachBottomDistance": 50, |
|
|
|
|
"app-plus": { |
|
|
|
|
"titleNView": false, //禁用原生导航栏 |
|
|
|
|
"softinputNavBar": "none" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
], |
|
|
|
|
"subpackages": [{ |
|
|
|
|
"root": "subPages", |
|
|
|
|
|
|
|
|
|