|
@@ -156,10 +156,15 @@
|
|
|
{
|
|
|
"path": "pages/profit/profit",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "收益中心",
|
|
|
- "navigationBarBackgroundColor": "transparent",
|
|
|
- "navigationBarTextStyle": "white"
|
|
|
- // "transparentTitle":"always"
|
|
|
+ // "navigationBarTitleText": "收益中心",
|
|
|
+ "navigationBarTextStyle": "white",
|
|
|
+ "app-plus": {
|
|
|
+ "titleNView": {
|
|
|
+ "backgroundColor": "#15130f",
|
|
|
+ "type": "float",
|
|
|
+ "titleText": "收益中心"
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
],
|