From dc062f8f6fca17a540e781bfe21ba30f572e20b9 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Mon, 23 Feb 2026 22:29:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8A=9F=E8=83=BD=E5=AE=8C=E5=96=84?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 23 +- src/pages/banknote/index.vue | 276 +++++++++--------- src/pages/index.vue | 276 +++++++++--------- src/pages/metal/index.vue | 546 +++++++++++++++++++++-------------- src/pages/temp/list.vue | 447 ++++++++++++++++++++++++++++ 5 files changed, 1065 insertions(+), 503 deletions(-) create mode 100644 src/pages/temp/list.vue diff --git a/src/pages.json b/src/pages.json index 2c383a4..a78b1c2 100644 --- a/src/pages.json +++ b/src/pages.json @@ -14,22 +14,19 @@ { "path": "pages/index", "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" + "navigationBarTitleText": "纪念币查询" } }, { "path": "pages/banknote/index", "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" + "navigationBarTitleText": "纪念钞查询" } }, { "path": "pages/metal/index", "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" + "navigationBarTitleText": "贵金属查询" } }, { @@ -133,13 +130,13 @@ "selectedIconPath": "static/images/tabbar/work_.png", "text": "纪念钞" } - // , - // { - // "pagePath": "pages/metal/index", - // "iconPath": "static/images/tabbar/statistic.png", - // "selectedIconPath": "static/images/tabbar/statistic.png", - // "text": "贵金属" - // } + , + { + "pagePath": "pages/metal/index", + "iconPath": "static/images/tabbar/statistic.png", + "selectedIconPath": "static/images/tabbar/statistic.png", + "text": "贵金属" + } ] }, "globalStyle": { diff --git a/src/pages/banknote/index.vue b/src/pages/banknote/index.vue index 75ec3f8..b40ce8f 100644 --- a/src/pages/banknote/index.vue +++ b/src/pages/banknote/index.vue @@ -1,9 +1,7 @@