From 53d1ce6fb238498cfa88c532800365956d8ded0e Mon Sep 17 00:00:00 2001 From: liwentao Date: Mon, 20 Jul 2026 17:27:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BC=9A=E5=91=98=E7=AB=AF?= =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E9=A1=B5=E9=9D=A2=E4=B8=AD=E5=9B=A2=E8=AF=BE?= =?UTF-8?q?=E7=AD=BE=E5=88=B0=E8=AE=B0=E5=BD=95=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gym-manage-uniapp/pages/profile/profile.vue | 78 ++++++++++++++++++++- 1 file changed, 75 insertions(+), 3 deletions(-) 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 @@