|
|
@ -37,8 +37,7 @@ |
|
|
{ |
|
|
{ |
|
|
"path": "pages/category/index", |
|
|
"path": "pages/category/index", |
|
|
"style": { |
|
|
"style": { |
|
|
"navigationBarTitleText": "全部分类", |
|
|
"navigationStyle": "custom", |
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
|
"navigationBarBackgroundColor": "#1c223b" |
|
|
"navigationBarBackgroundColor": "#1c223b" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
@ -336,6 +335,14 @@ |
|
|
"enablePullDownRefresh" : false |
|
|
"enablePullDownRefresh" : false |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"path" : "pages/user/billManage/index", |
|
|
|
|
|
"style" : |
|
|
|
|
|
{ |
|
|
|
|
|
"navigationBarTitleText" : "发票管理", |
|
|
|
|
|
"enablePullDownRefresh" : false |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"path" : "pages/targetdata/publicdata", |
|
|
"path" : "pages/targetdata/publicdata", |
|
|
"style" : |
|
|
"style" : |
|
|
@ -395,7 +402,7 @@ |
|
|
{ |
|
|
{ |
|
|
"path": "pages/recommend/index", |
|
|
"path": "pages/recommend/index", |
|
|
"style": { |
|
|
"style": { |
|
|
"navigationBarTitleText": "", |
|
|
"navigationStyle": "custom", |
|
|
"navigationBarBackgroundColor": "#1c223b", |
|
|
"navigationBarBackgroundColor": "#1c223b", |
|
|
"enablePullDownRefresh": true |
|
|
"enablePullDownRefresh": true |
|
|
} |
|
|
} |
|
|
|