|
@@ -13,18 +13,16 @@
|
|
|
"path": "pages/index/pledge",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "C2C交易",
|
|
|
- "navigationBarBackgroundColor":"#051137",
|
|
|
- "navigationBarTextStyle":"white",
|
|
|
- "app-plus":{
|
|
|
- "titleNView":{
|
|
|
- "buttons":[
|
|
|
- {
|
|
|
- "text":"我的订单 ",
|
|
|
- "float":"right",
|
|
|
+ "navigationBarBackgroundColor": "#051137",
|
|
|
+ "navigationBarTextStyle": "white",
|
|
|
+ "app-plus": {
|
|
|
+ "titleNView": {
|
|
|
+ "buttons": [{
|
|
|
+ "text": "我的订单 ",
|
|
|
+ "float": "right",
|
|
|
"color": "#1356FF",
|
|
|
- "fontSize":"14px"
|
|
|
- }
|
|
|
- ]
|
|
|
+ "fontSize": "14px"
|
|
|
+ }]
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -34,8 +32,8 @@
|
|
|
"path": "pages/index/entertainment",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "Game",
|
|
|
- "navigationBarBackgroundColor":"#000000",
|
|
|
- "navigationBarTextStyle":"white"
|
|
|
+ "navigationBarBackgroundColor": "#000000",
|
|
|
+ "navigationBarTextStyle": "white"
|
|
|
}
|
|
|
},
|
|
|
// 资讯
|
|
@@ -50,16 +48,16 @@
|
|
|
"path": "pages/public/register",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "注册",
|
|
|
- "navigationBarBackgroundColor":"#000000",
|
|
|
- "navigationBarTextStyle":"white"
|
|
|
+ "navigationBarBackgroundColor": "#000000",
|
|
|
+ "navigationBarTextStyle": "white"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
"path": "pages/public/login",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "登录",
|
|
|
- "navigationBarBackgroundColor":"#000000",
|
|
|
- "navigationBarTextStyle":"white"
|
|
|
+ "navigationBarBackgroundColor": "#000000",
|
|
|
+ "navigationBarTextStyle": "white"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -149,9 +147,9 @@
|
|
|
"navigationBarTextStyle": "white"
|
|
|
}
|
|
|
},
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
{
|
|
|
"path": "pages/myPledge/zyXingqing",
|
|
|
"style": {
|
|
@@ -169,8 +167,16 @@
|
|
|
"navigationBarBackgroundColor": "#000000",
|
|
|
"navigationBarTextStyle": "white"
|
|
|
}
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/index/recharge",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "充值",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarBackgroundColor": "#051137",
|
|
|
+ "navigationBarTextStyle": "white"
|
|
|
+ }
|
|
|
}
|
|
|
-
|
|
|
],
|
|
|
"subPackages": [{ // 模块分包
|
|
|
"root": "pages/user",
|