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 @@
+
+
+
+
+
+ {{ eyebrow }}
+
+ {{ title }}
+
+ {{ subtitle }}
+
+
+ {{ tag }}
+
+
+
+
+
+
+
+ 暂无图片
+
+
+
+
+
+
+ {{ stat.label }}
+ {{ stat.value || '--' }}
+
+
+
+
+ 更多信息
+
+
+
+ {{ detail.label }}
+ {{ detail.value || '--' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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 @@
-
+
+
+
+ BANKNOTE QUERY
+
+ 纪念钞档案
+ 已加载 {{ dataList.length }} / {{ total || 0 }}
+
+
+
@@ -18,19 +27,19 @@
-
+
重置
-
+
筛选
@@ -38,7 +47,17 @@
-
+
+
+
材质选择
@@ -63,81 +82,26 @@
确定
+
-
-
-
-
-
-
- 名称
- {{ item.shortName || '--' }}
-
-
- 发行时间
- {{ item.issueDate || '--' }}
-
-
- 面值
- {{ item.faceValue }}元
-
-
- 发行量
- {{ item.mintage }}
-
-
-
- 材质
- {{ getCompositionLabel(item.composition) }}
-
-
-
- 发行单位
- {{ item.coinageUnit || '--' }}
-
-
- 发行公告
- {{ item.remark || '--' }}
-
-
-
-
-
-
-
-
-
-
-
- +{{ item.collectFileList.length - 4 }}
-
-
-
-
-
-
+
@@ -157,6 +121,7 @@