diff --git a/src/components/collect-card/collect-card.vue b/src/components/collect-card/collect-card.vue new file mode 100644 index 0000000..eaa926d --- /dev/null +++ b/src/components/collect-card/collect-card.vue @@ -0,0 +1,504 @@ + + + + + diff --git a/src/pages.json b/src/pages.json index a78b1c2..5647779 100644 --- a/src/pages.json +++ b/src/pages.json @@ -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": "贵金属" } ] diff --git a/src/pages/banknote/index.vue b/src/pages/banknote/index.vue index b40ce8f..1ed108d 100644 --- a/src/pages/banknote/index.vue +++ b/src/pages/banknote/index.vue @@ -1,5 +1,14 @@