调整复制用户中心兼容

This commit is contained in:
唐明明
2021-10-13 12:04:45 +08:00
parent b6e58b2431
commit 7ee3ddee63
10 changed files with 2639 additions and 2875 deletions

View File

@@ -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",