From c7dbf2e9071d87ca5c6eeec209023e2eebf0a297 Mon Sep 17 00:00:00 2001 From: chenkun <3289431190@qq.com> Date: Sat, 26 Oct 2024 00:22:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=95=E9=83=A8=E6=A0=8F=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/base/tabbar.vue | 8 ++++---- static/image/tabbar/Trading.svg | 1 + static/image/tabbar/center.svg | 1 + static/image/tabbar/clearanceService.svg | 1 + static/image/tabbar/index.svg | 1 + 5 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 static/image/tabbar/Trading.svg create mode 100644 static/image/tabbar/center.svg create mode 100644 static/image/tabbar/clearanceService.svg create mode 100644 static/image/tabbar/index.svg diff --git a/components/base/tabbar.vue b/components/base/tabbar.vue index 6a2ec48..ed5ce72 100644 --- a/components/base/tabbar.vue +++ b/components/base/tabbar.vue @@ -36,25 +36,25 @@ list : [ { "selectedIconPath": "/static/image/tabbar/index-a.png", - "iconPath": "/static/image/tabbar/home.png", + "iconPath": "/static/image/tabbar/index.svg", "pagePath": "/pages/index/index", "title": "tabbar.title.1" }, { "selectedIconPath": "/static/image/tabbar/Trading-a.png", - "iconPath": "/static/image/tabbar/order.png", + "iconPath": "/static/image/tabbar/Trading.svg", "pagePath": "/pages/index/tradingPlatform", "title": "tabbar.title.2" }, { "selectedIconPath": "/static/image/tabbar/clearanceService-a.png", - "iconPath": "/static/image/tabbar/clearanceService.png", + "iconPath": "/static/image/tabbar/clearanceService.svg", "pagePath": "/pages/index/clearanceService", "title": "tabbar.title.3" }, { "selectedIconPath": "/static/image/tabbar/center-a.png", - "iconPath": "/static/image/tabbar/center.png", + "iconPath": "/static/image/tabbar/center.svg", "pagePath": "/pages/index/center2", "title": "tabbar.title.4" } diff --git a/static/image/tabbar/Trading.svg b/static/image/tabbar/Trading.svg new file mode 100644 index 0000000..a970d38 --- /dev/null +++ b/static/image/tabbar/Trading.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/image/tabbar/center.svg b/static/image/tabbar/center.svg new file mode 100644 index 0000000..ea40d03 --- /dev/null +++ b/static/image/tabbar/center.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/image/tabbar/clearanceService.svg b/static/image/tabbar/clearanceService.svg new file mode 100644 index 0000000..3326fd5 --- /dev/null +++ b/static/image/tabbar/clearanceService.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/image/tabbar/index.svg b/static/image/tabbar/index.svg new file mode 100644 index 0000000..ffe5443 --- /dev/null +++ b/static/image/tabbar/index.svg @@ -0,0 +1 @@ + \ No newline at end of file