From e2d65233470e4edcd1640a04c11b2ab5c92c195b Mon Sep 17 00:00:00 2001 From: fuchao <2577131060@qq.com> Date: Fri, 26 Dec 2025 11:41:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=EF=BC=9A=E6=88=91=E7=9A=84?= =?UTF-8?q?=E8=AF=BE=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locale/en.json | 3 ++- locale/zh-Hans.json | 3 ++- pages.json | 6 ++++++ pages/user/hufen/index.vue | 2 +- pages/user/index.vue | 6 ++++++ uni_modules/wot-design-uni/components/wd-tabs/index.scss | 1 + 6 files changed, 18 insertions(+), 3 deletions(-) diff --git a/locale/en.json b/locale/en.json index 0379430..b423756 100644 --- a/locale/en.json +++ b/locale/en.json @@ -236,7 +236,8 @@ "hufenRecord": "Lake division record", "hufen": "Hufen", "backEnd" : "Back-end recharge", - "cannotView" : "The recharge in the background cannot be viewed" + "cannotView" : "The recharge in the background cannot be viewed", + "myCourses": "My courses" }, "book": { "title": "My Books", diff --git a/locale/zh-Hans.json b/locale/zh-Hans.json index 42c30e8..a02361b 100644 --- a/locale/zh-Hans.json +++ b/locale/zh-Hans.json @@ -237,7 +237,8 @@ "hufenRecord": "湖分记录", "hufen": "湖分", "backEnd" : "后台充值", - "cannotView" : "后台充值无法查看" + "cannotView" : "后台充值无法查看", + "myCourses": "我的课程" }, "book": { "title": "我的书单", diff --git a/pages.json b/pages.json index a9072f9..dc9887f 100644 --- a/pages.json +++ b/pages.json @@ -109,6 +109,12 @@ "navigationStyle": "custom", "navigationBarTitleText": "%book.title%" } + }, { + "path": "pages/user/myCourses/index", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "%book.title%" + } }, { "path": "pages/book/index", "style": { diff --git a/pages/user/hufen/index.vue b/pages/user/hufen/index.vue index e4ad0fd..0c6290e 100644 --- a/pages/user/hufen/index.vue +++ b/pages/user/hufen/index.vue @@ -1,7 +1,7 @@