实现用户登录→查询团课→预约团课→扫码签到→后台查看数据闭环

This commit is contained in:
2026-07-17 16:36:25 +08:00
parent 922c5850b5
commit ff899f491e
8 changed files with 369 additions and 7 deletions
+20 -3
View File
@@ -11,14 +11,16 @@
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"navigationStyle": "custom"
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},
{
"path": "pages/search/search",
"style": {
"navigationBarTitleText": "团课搜索",
"navigationStyle": "custom"
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},
{
@@ -32,7 +34,16 @@
"path": "pages/profile/profile",
"style": {
"navigationBarTitleText": "个人中心",
"navigationStyle": "custom"
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},
{
"path": "pages/my-courses/my-courses",
"style": {
"navigationBarTitleText": "我的课程",
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
}
],
@@ -60,6 +71,12 @@
"iconPath": "static/icon/jianshen.png",
"selectedIconPath": "static/icon/jianshen.png"
},
{
"pagePath": "pages/my-courses/my-courses",
"text": "我的课程",
"iconPath": "static/icon/jianshen2.png",
"selectedIconPath": "static/icon/jianshen2.png"
},
{
"pagePath": "pages/profile/profile",
"text": "我的",