diff --git a/locale/en.json b/locale/en.json index 35d29da..2362ea0 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 06405f2..3d12d60 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 f8036cd..b191649 100644 --- a/pages.json +++ b/pages.json @@ -112,6 +112,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 @@