From 11812ec34931e78939e87effdc32a0d0b8d04b3b Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Wed, 21 Aug 2024 14:32:22 +0800
Subject: [PATCH] 提交
---
pages/tabBar/utils/tabBar.js | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/pages/tabBar/utils/tabBar.js b/pages/tabBar/utils/tabBar.js
index c8ab563..8e81cca 100644
--- a/pages/tabBar/utils/tabBar.js
+++ b/pages/tabBar/utils/tabBar.js
@@ -9,19 +9,13 @@
"pagePath": "pages/tabBar/current/current",
"iconPath": "/static/notice.png",
"selectedIconPath": "/static/notice-sel.png",
- "text": "课程"
- },
- {
- "pagePath": "pages/tabBar/wearhouse/wearhouse",
- "iconPath": "/static/wearhouse.png",
- "selectedIconPath": "/static/wearhouse_sel.png",
- "text": "刷题"
+ "text": "记录查询"
},
{
"pagePath": "pages/tabBar/count/count",
"iconPath": "/static/my.png",
"selectedIconPath": "/static/my_sel.png",
- "text": "我的成绩"
+ "text": "我的"
}
]
--
Gitblit v1.9.2