|
@@ -12,6 +12,12 @@
|
|
|
"navigationBarTitleText": "幣幣交易市場"
|
|
|
}
|
|
|
},
|
|
|
+ {
|
|
|
+ "path": "pages/heyue/heyue",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "合約"
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
"path": "pages/public/register",
|
|
|
"style": {
|
|
@@ -43,7 +49,7 @@
|
|
|
{
|
|
|
"path": "pages/user/user",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "我的"
|
|
|
+ "navigationBarTitleText": "資產"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
@@ -62,7 +68,7 @@
|
|
|
"pagePath": "pages/index/index",
|
|
|
"iconPath": "static/tabBar/tab-home.png",
|
|
|
"selectedIconPath": "static/tabBar/tab-home-current.png",
|
|
|
- "text": "首页"
|
|
|
+ "text": "首頁"
|
|
|
},
|
|
|
{
|
|
|
"pagePath": "pages/transaction/transaction",
|
|
@@ -70,11 +76,17 @@
|
|
|
"selectedIconPath": "static/tabBar/tab-home-current.png",
|
|
|
"text": "交易"
|
|
|
},
|
|
|
+ {
|
|
|
+ "pagePath": "pages/heyue/heyue",
|
|
|
+ "iconPath": "static/tabBar/tab-home.png",
|
|
|
+ "selectedIconPath": "static/tabBar/tab-home-current.png",
|
|
|
+ "text": "合約"
|
|
|
+ },
|
|
|
{
|
|
|
"pagePath": "pages/user/user",
|
|
|
"iconPath": "static/tabBar/tab-my.png",
|
|
|
"selectedIconPath": "static/tabBar/tab-my-current.png",
|
|
|
- "text": "我的"
|
|
|
+ "text": "資產"
|
|
|
}
|
|
|
]
|
|
|
}
|