diff --git a/gym-manage-uniapp/pages/profile/profile.vue b/gym-manage-uniapp/pages/profile/profile.vue index 3e6b0c9..5377ac8 100644 --- a/gym-manage-uniapp/pages/profile/profile.vue +++ b/gym-manage-uniapp/pages/profile/profile.vue @@ -71,6 +71,33 @@ {{ record.statusLabel }} + + 暂无签到记录 + + + + + + + + 团课签到记录 + + 最近{{ courseCheckInRecords.length }}条 + + + + {{ record.fullDate }} + {{ record.shortTime }} + + + {{ record.courseName }} + {{ record.location }} + 已签到 + + + + 暂无团课签到记录 + @@ -116,6 +143,7 @@