|
@@ -83,7 +83,7 @@
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "name":"充电中",
|
|
|
+ "name":"登录",
|
|
|
"path": "pagesFinance/login/index",
|
|
|
"style": {
|
|
|
|
|
@@ -91,7 +91,7 @@
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "name":"充电中",
|
|
|
+ "name":"收益明细",
|
|
|
"path": "pagesFinance/detailed/index",
|
|
|
"style": {
|
|
|
|
|
@@ -99,7 +99,15 @@
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "name":"充电中",
|
|
|
+ "name":"收益详情",
|
|
|
+ "path": "pagesFinance/detailed/details",
|
|
|
+ "style": {
|
|
|
+
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name":"收益统计",
|
|
|
"path": "pagesFinance/statistics/index",
|
|
|
"style": {
|
|
|
|
|
@@ -107,12 +115,68 @@
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "name":"充电中",
|
|
|
+ "name":"个人中心",
|
|
|
"path": "pagesFinance/user/index",
|
|
|
"style": {
|
|
|
|
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
}
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name":"提现",
|
|
|
+ "path": "pagesFinance/user/withdraw",
|
|
|
+ "style": {
|
|
|
+
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name":"提现记录",
|
|
|
+ "path": "pagesFinance/user/withdrawRecord",
|
|
|
+ "style": {
|
|
|
+
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name":"申请结果",
|
|
|
+ "path": "pagesFinance/user/applyResult",
|
|
|
+ "style": {
|
|
|
+
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name":"帮助中心",
|
|
|
+ "path": "pagesFinance/user/help",
|
|
|
+ "style": {
|
|
|
+
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name":"关于我们",
|
|
|
+ "path": "pagesFinance/user/about",
|
|
|
+ "style": {
|
|
|
+
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name":"我的设备",
|
|
|
+ "path": "pagesFinance/user/deviceList",
|
|
|
+ "style": {
|
|
|
+
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name":"设备详情",
|
|
|
+ "path": "pagesFinance/user/deviceDetails",
|
|
|
+ "style": {
|
|
|
+
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
],
|