|
|
@@ -7,31 +7,36 @@
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "个人中心",
|
|
|
"navigationBarTextStyle": "white",
|
|
|
- "navigationBarBackgroundColor": "#3F8DFD"
|
|
|
+ "navigationBarBackgroundColor": "#3F8DFD",
|
|
|
+ "navigationStyle": "custom"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
"path": "pages/login/login",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "登录"
|
|
|
+ "navigationBarTitleText": "登录",
|
|
|
+ "navigationStyle": "custom"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
"path": "pages/login/register",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "注册"
|
|
|
+ "navigationBarTitleText": "注册",
|
|
|
+ "navigationStyle": "custom"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
"path": "pages/login/forget",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "忘记密码"
|
|
|
+ "navigationBarTitleText": "忘记密码",
|
|
|
+ "navigationStyle": "custom"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
"path": "pages/profile/index",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "修改资料"
|
|
|
+ "navigationBarTitleText": "修改资料",
|
|
|
+ "navigationStyle": "custom"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
@@ -46,35 +51,40 @@
|
|
|
"path": "pages/actlist/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "活动列表",
|
|
|
- "enablePullDownRefresh": false
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationStyle": "custom"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
"path": "pages/commission/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "佣金列表",
|
|
|
- "enablePullDownRefresh": false
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationStyle": "custom"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
"path": "pages/comdetail/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "详情",
|
|
|
- "enablePullDownRefresh": false
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationStyle": "custom"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
"path": "pages/cashout/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "申请提现",
|
|
|
- "enablePullDownRefresh": false
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationStyle": "custom"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
"path": "pages/cashout/record",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "提现记录",
|
|
|
- "enablePullDownRefresh": false
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationStyle": "custom"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
@@ -82,7 +92,8 @@
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "详情",
|
|
|
"navigationBarTextStyle": "white",
|
|
|
- "navigationBarBackgroundColor": "#3F8DFD"
|
|
|
+ "navigationBarBackgroundColor": "#3F8DFD",
|
|
|
+ "navigationStyle": "custom"
|
|
|
}
|
|
|
},
|
|
|
{
|