|
@@ -60,6 +60,111 @@
|
|
|
"style": {
|
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
}
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name":"我的",
|
|
|
+ "path": "pages/user/index",
|
|
|
+ "style": {
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name":"我的余额",
|
|
|
+ "path": "pages/user/finance/balance",
|
|
|
+ "style": {
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name":"充值",
|
|
|
+ "path": "pages/user/finance/recharge",
|
|
|
+ "style": {
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name":"充值详情",
|
|
|
+ "path": "pages/user/finance/rechargeDet",
|
|
|
+ "style": {
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name":"充值记录",
|
|
|
+ "path": "pages/user/finance/rechargeList",
|
|
|
+ "style": {
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name":"充值结果",
|
|
|
+ "path": "pages/user/finance/rechargeRes",
|
|
|
+ "style": {
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name":"退款记录",
|
|
|
+ "path": "pages/user/finance/refundList",
|
|
|
+ "style": {
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name":"退款详情",
|
|
|
+ "path": "pages/user/finance/refundDet",
|
|
|
+ "style": {
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name":"退款申请",
|
|
|
+ "path": "pages/user/finance/refundApp",
|
|
|
+ "style": {
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name":"关于我们",
|
|
|
+ "path": "pages/user/about",
|
|
|
+ "style": {
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name":"操作指南",
|
|
|
+ "path": "pages/user/help",
|
|
|
+ "style": {
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name":"注销账号",
|
|
|
+ "path": "pages/user/logout",
|
|
|
+ "style": {
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name":"设置",
|
|
|
+ "path": "pages/user/setting",
|
|
|
+ "style": {
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name":"修改手机号",
|
|
|
+ "path": "pages/user/phone",
|
|
|
+ "style": {
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name":"意见反馈",
|
|
|
+ "path": "pages/user/message",
|
|
|
+ "style": {
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
+ }
|
|
|
}
|
|
|
],
|
|
|
"globalStyle": {
|