From ed3805df6f1fbd33a554ed80f60a1d17eef3c387 Mon Sep 17 00:00:00 2001 From: "1960116313@qq.com" <1960116313@qq.com> Date: Thu, 25 Jan 2024 15:24:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=96=B0=E5=A2=9E=E6=96=B0=E6=89=8B?= =?UTF-8?q?=E7=A6=8F=E5=88=A9=E9=A1=B5=E9=9D=A2=20=20=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AppNoviceBenefit/index.vue | 33 ++++++++++++++----- src/components/AppUserInfo/index.vue | 6 ++-- src/enums/cacheEnum.ts | 4 +++ src/store/moules/taskListStore/index.ts | 11 +++++++ src/store/moules/userStore/index.d.ts | 4 ++- src/views/conversation/index.vue | 3 +- src/views/login/index.vue | 3 +- .../task/components/BasicTask/index.d.ts | 4 +-- src/views/task/components/BasicTask/index.vue | 14 ++++---- .../task/components/DailyTask/index.d.ts | 2 +- src/views/task/components/DailyTask/index.vue | 2 +- .../task/components/InviteForm/index.vue | 5 +-- .../task/components/NoviceTask/index.d.ts | 2 +- .../task/components/NoviceTask/index.vue | 8 ++--- .../task/components/OtherTask/index.d.ts | 2 +- src/views/task/components/OtherTask/index.vue | 2 +- src/views/task/components/TaskList/index.d.ts | 2 +- src/views/task/components/TaskList/index.vue | 22 +++++++------ src/views/task/index.vue | 2 -- 19 files changed, 83 insertions(+), 48 deletions(-) diff --git a/src/components/AppNoviceBenefit/index.vue b/src/components/AppNoviceBenefit/index.vue index a66d187..18140c1 100644 --- a/src/components/AppNoviceBenefit/index.vue +++ b/src/components/AppNoviceBenefit/index.vue @@ -1,27 +1,42 @@