完善团课相关页面交互,完成团课列表页基础后端交互。(后端连接至服务器,版本为DEV分支版本)

This commit is contained in:
2026-06-13 17:11:36 +08:00
parent b345ceeb42
commit 96b8fd2534
16 changed files with 2760 additions and 384 deletions
+9
View File
@@ -14,6 +14,7 @@
{
"path": "pages/course/index",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "课程",
"app-plus": {
"animationType": "fade-in",
@@ -244,6 +245,7 @@
{
"path": "pages/groupCourse/list",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "团课列表"
}
},
@@ -266,6 +268,13 @@
"navigationBarTitleText": "搜索课程"
}
},
{
"path": "pages/recommendCourses/index",
"style": {
"navigationBarTitleText": "推荐课程",
"navigationStyle": "custom"
}
},
{
"path": "components/global/GlobalLoading",
"style": {