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

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
+3
View File
@@ -117,6 +117,9 @@
}
this.loadData()
},
onPullDownRefresh() {
this.loadData().finally(() => { uni.stopPullDownRefresh() })
},
methods: {
goToCourseDetail(id) { uni.navigateTo({ url: '/pages/course-detail/course-detail?id=' + id }) },
goToSearch() { uni.switchTab({ url: '/pages/search/search' }) },