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 = {