From b60fb28baeb76621e9aef2f785aa435f852d09e9 Mon Sep 17 00:00:00 2001 From: longjieli <1060695654@qq.com> Date: Tue, 22 Oct 2024 18:28:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/base/tabbar.vue | 20 ++++++++++---------- pages/subPack/record/record.vue | 11 ++++++++++- 2 files changed, 20 insertions(+), 11 deletions(-) diff --git a/components/base/tabbar.vue b/components/base/tabbar.vue index 361388f..fbfa1bc 100644 --- a/components/base/tabbar.vue +++ b/components/base/tabbar.vue @@ -29,14 +29,14 @@ return { list : [ { - "selectedIconPath": "/static/image/tabbar/2.png", - "iconPath": "/static/image/tabbar/1.png", + "selectedIconPath": "https://tennis-oss.xzaiyp.top/2024-10-22/5cc4afa9-e951-4503-95c8-c0332a8f5db9.png", + "iconPath": "https://tennis-oss.xzaiyp.top/2024-10-22/9caa43b2-8389-4945-8b71-9b49bca2d634.png", "pagePath": "/pages/index/index", "title": "打卡" }, { - "selectedIconPath": "/static/image/tabbar/4.png", - "iconPath": "/static/image/tabbar/3.png", + "selectedIconPath": "https://tennis-oss.xzaiyp.top/2024-10-22/62bc1e85-24b3-4f72-a31d-4caad77590e9.png", + "iconPath": "https://tennis-oss.xzaiyp.top/2024-10-22/6b9c937e-487c-4552-8140-dad098d7f16e.png", "pagePath": "/pages/index/center", "title": "我的" } @@ -59,7 +59,7 @@