调整复制用户中心兼容
This commit is contained in:
11
pages.json
11
pages.json
@@ -22,7 +22,7 @@
|
||||
"auth": true,
|
||||
"style": {
|
||||
"navigationBarTitleText": "节点中心",
|
||||
"navigationStyle":"custom"
|
||||
"navigationStyle":"custom"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/user/code",
|
||||
@@ -193,7 +193,8 @@
|
||||
"style": {
|
||||
"navigationBarTitleText": "能量钱包",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationBarTextStyle": "white"
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor":"#976dff"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/wallet/extract",
|
||||
@@ -201,7 +202,7 @@
|
||||
"style": {
|
||||
"navigationBarTitleText": "提现能量",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationBarBackgroundColor": "#774ffd",
|
||||
"navigationBarBackgroundColor": "#976dff",
|
||||
"navigationBarTextStyle": "white"
|
||||
}
|
||||
}, {
|
||||
@@ -310,7 +311,9 @@
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
"backgroundColor": "#F5F5F5"
|
||||
"backgroundColor": "#F5F5F5",
|
||||
"navigationBarBackgroundColor":"#FFFFFF",
|
||||
"navigationBarTextStyle":"black"
|
||||
},
|
||||
"tabBar": {
|
||||
"borderStyle": "white",
|
||||
|
||||
Reference in New Issue
Block a user