fix: 界面功能整体大调整。
This commit is contained in:
@@ -113,28 +113,28 @@
|
||||
|
||||
],
|
||||
"tabBar": {
|
||||
"color": "#999999",
|
||||
"selectedColor": "#667eea",
|
||||
"borderStyle": "white",
|
||||
"color": "#64748b",
|
||||
"selectedColor": "#0f766e",
|
||||
"borderStyle": "black",
|
||||
"backgroundColor": "#ffffff",
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/index",
|
||||
"iconPath": "static/images/tabbar/home.png",
|
||||
"selectedIconPath": "static/images/tabbar/home_.png",
|
||||
"iconPath": "static/images/tabbar/tab-coin.png",
|
||||
"selectedIconPath": "static/images/tabbar/tab-coin-active.png",
|
||||
"text": "纪念币"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/banknote/index",
|
||||
"iconPath": "static/images/tabbar/work.png",
|
||||
"selectedIconPath": "static/images/tabbar/work_.png",
|
||||
"iconPath": "static/images/tabbar/tab-banknote.png",
|
||||
"selectedIconPath": "static/images/tabbar/tab-banknote-active.png",
|
||||
"text": "纪念钞"
|
||||
}
|
||||
,
|
||||
{
|
||||
"pagePath": "pages/metal/index",
|
||||
"iconPath": "static/images/tabbar/statistic.png",
|
||||
"selectedIconPath": "static/images/tabbar/statistic.png",
|
||||
"iconPath": "static/images/tabbar/tab-metal.png",
|
||||
"selectedIconPath": "static/images/tabbar/tab-metal-active.png",
|
||||
"text": "贵金属"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user