|
@@ -45,6 +45,12 @@
|
|
|
"navigationBarTitleText": "提幣詳情"
|
|
"navigationBarTitleText": "提幣詳情"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ "path": "pages/transaction/transfer",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "資金劃轉"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
"path": "pages/heyue/heyue",
|
|
"path": "pages/heyue/heyue",
|
|
|
"style": {
|
|
"style": {
|
|
@@ -99,6 +105,12 @@
|
|
|
"style": {
|
|
"style": {
|
|
|
"navigationBarTitleText": ""
|
|
"navigationBarTitleText": ""
|
|
|
}
|
|
}
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "path": "pages/user/coininfo",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": ""
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
],
|
|
],
|
|
@@ -109,32 +121,32 @@
|
|
|
"backgroundColor": "#f8f8f8"
|
|
"backgroundColor": "#f8f8f8"
|
|
|
},
|
|
},
|
|
|
"tabBar": {
|
|
"tabBar": {
|
|
|
- "color": "#C0C4CC",
|
|
|
|
|
- "selectedColor": "#5DBC7C",
|
|
|
|
|
|
|
+ "color": "#697484",
|
|
|
|
|
+ "selectedColor": "#fcd417",
|
|
|
"borderStyle": "black",
|
|
"borderStyle": "black",
|
|
|
"backgroundColor": "#ffffff",
|
|
"backgroundColor": "#ffffff",
|
|
|
"list": [{
|
|
"list": [{
|
|
|
"pagePath": "pages/index/index",
|
|
"pagePath": "pages/index/index",
|
|
|
- "iconPath": "static/tabBar/tab-home.png",
|
|
|
|
|
- "selectedIconPath": "static/tabBar/tab-home-current.png",
|
|
|
|
|
|
|
+ "iconPath": "static/tabBar/home.png",
|
|
|
|
|
+ "selectedIconPath": "static/tabBar/home-action.png",
|
|
|
"text": "首頁"
|
|
"text": "首頁"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"pagePath": "pages/transaction/transaction",
|
|
"pagePath": "pages/transaction/transaction",
|
|
|
- "iconPath": "static/tabBar/tab-home.png",
|
|
|
|
|
- "selectedIconPath": "static/tabBar/tab-home-current.png",
|
|
|
|
|
|
|
+ "iconPath": "static/tabBar/jy.png",
|
|
|
|
|
+ "selectedIconPath": "static/tabBar/jy-action.png",
|
|
|
"text": "交易"
|
|
"text": "交易"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"pagePath": "pages/heyue/heyue",
|
|
"pagePath": "pages/heyue/heyue",
|
|
|
- "iconPath": "static/tabBar/tab-home.png",
|
|
|
|
|
- "selectedIconPath": "static/tabBar/tab-home-current.png",
|
|
|
|
|
|
|
+ "iconPath": "static/tabBar/hy.png",
|
|
|
|
|
+ "selectedIconPath": "static/tabBar/hy-action.png",
|
|
|
"text": "合約"
|
|
"text": "合約"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"pagePath": "pages/user/user",
|
|
"pagePath": "pages/user/user",
|
|
|
- "iconPath": "static/tabBar/tab-my.png",
|
|
|
|
|
- "selectedIconPath": "static/tabBar/tab-my-current.png",
|
|
|
|
|
|
|
+ "iconPath": "static/tabBar/zc.png",
|
|
|
|
|
+ "selectedIconPath": "static/tabBar/zc-action.png",
|
|
|
"text": "資產"
|
|
"text": "資產"
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|