From 4db8b1d2dafc3837c1bd363f8cf014b4e4f2f473 Mon Sep 17 00:00:00 2001 From: Seven Date: Tue, 20 Jan 2026 04:30:27 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E7=AD=BE=E5=88=B0?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E9=A1=B5=E9=9D=A2=E8=B7=AF=E7=94=B1=E5=92=8C?= =?UTF-8?q?=E6=8C=89=E9=92=AE=EF=BC=8C=E6=8F=90=E5=8D=87=E5=9B=A2=E9=98=9F?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 5 + src/views/team/check-in.vue | 482 ++++++++++++++++++++++++++++++++++++ src/views/team/index.vue | 6 + 3 files changed, 493 insertions(+) create mode 100644 src/views/team/check-in.vue diff --git a/src/router/index.ts b/src/router/index.ts index 348ac14..42f88a6 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -119,6 +119,11 @@ const routes: Array = [ component: () => import("@/views/team/index.vue"), meta: { requiresAuth: true }, }, + { + path: "/team_check_in", + component: () => import("@/views/team/check-in.vue"), + meta: { requiresAuth: true }, + }, { path: "/asset_center", component: () => import("@/views/asset_center/index.vue"), diff --git a/src/views/team/check-in.vue b/src/views/team/check-in.vue new file mode 100644 index 0000000..627f4c8 --- /dev/null +++ b/src/views/team/check-in.vue @@ -0,0 +1,482 @@ + + + + + diff --git a/src/views/team/index.vue b/src/views/team/index.vue index 1ec6812..bce4bb9 100644 --- a/src/views/team/index.vue +++ b/src/views/team/index.vue @@ -118,6 +118,11 @@ function nextPage() { 我的团队 + + + 签到信息 + + @@ -363,6 +368,7 @@ function nextPage() { .total-value { font-size: 36px; font-weight: 700; + color: #c41e3a; margin-bottom: 8px; }