From 4c99a6d9eab85b06ce3947ecf3da3af54307d05e Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期三, 21 八月 2024 16:05:00 +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