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; }