From e8f957f3441b99a5813182a6719616dfa999a50b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A9=99=E5=AD=90?= <454313500@qq.com> Date: Thu, 15 Aug 2024 21:38:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=8A=E7=BA=BF=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Managers/BankManager.cs | 2 +- .../src/layout/activity/components/ActivityNav.vue | 4 ++-- .../views/assignment/components/AssignmentCard.vue | 14 +++++++------- Yi.Bbs.Vue3/src/views/home/Index.vue | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Yi.Abp.Net8/module/bbs/Yi.Framework.Bbs.Domain/Managers/BankManager.cs b/Yi.Abp.Net8/module/bbs/Yi.Framework.Bbs.Domain/Managers/BankManager.cs index 142eed73..800b828a 100644 --- a/Yi.Abp.Net8/module/bbs/Yi.Framework.Bbs.Domain/Managers/BankManager.cs +++ b/Yi.Abp.Net8/module/bbs/Yi.Framework.Bbs.Domain/Managers/BankManager.cs @@ -15,7 +15,7 @@ namespace Yi.Framework.Bbs.Domain.Managers /// public class BankManager : DomainService { - private const decimal DefalutRate = 1.3m; + private const decimal DefalutRate = 1.2m; private ISqlSugarRepository _repository; private ILocalEventBus _localEventBus; private ISqlSugarRepository _interestRepository; diff --git a/Yi.Bbs.Vue3/src/layout/activity/components/ActivityNav.vue b/Yi.Bbs.Vue3/src/layout/activity/components/ActivityNav.vue index 2e099297..fc254fda 100644 --- a/Yi.Bbs.Vue3/src/layout/activity/components/ActivityNav.vue +++ b/Yi.Bbs.Vue3/src/layout/activity/components/ActivityNav.vue @@ -16,9 +16,9 @@ - 任务列表(暂未开放) + 任务列表 - + diff --git a/Yi.Bbs.Vue3/src/views/assignment/components/AssignmentCard.vue b/Yi.Bbs.Vue3/src/views/assignment/components/AssignmentCard.vue index bfbf5246..dc474e13 100644 --- a/Yi.Bbs.Vue3/src/views/assignment/components/AssignmentCard.vue +++ b/Yi.Bbs.Vue3/src/views/assignment/components/AssignmentCard.vue @@ -15,9 +15,9 @@ watch(() => props.data, (n, o) => { //任务类型 const assignmentTypeEnum = { - "Daily": "每日任务", - "Weekly": "每周任务", - "Novice": "新手任务" + "Daily": {name:"每日任务",backgroundColor:"#fff"}, + "Weekly":{name:"每周任务",backgroundColor:"#fff"} , + "Novice": {name:"新手任务",backgroundColor:"#fff"} } const computedAssignmentState = computed(() => { @@ -39,7 +39,7 @@ const btnAssignmentStateEnum = {