diff --git a/server/HoneyBox/src/HoneyBox.Admin.Business/Services/GoodsService.cs b/server/HoneyBox/src/HoneyBox.Admin.Business/Services/GoodsService.cs index ac14baab..52d07804 100644 --- a/server/HoneyBox/src/HoneyBox.Admin.Business/Services/GoodsService.cs +++ b/server/HoneyBox/src/HoneyBox.Admin.Business/Services/GoodsService.cs @@ -27,7 +27,12 @@ public class GoodsService : IGoodsService { 6, "幸运赏" }, { 8, "盲盒" }, { 9, "扭蛋" }, - { 15, "福利屋" } + { 10, "积分商城" }, + { 11, "转转赏" }, + { 12, "连击赏" }, + { 15, "福利屋" }, + { 16, "连抽赏" }, + { 17, "大乱斗" } }; public GoodsService( diff --git a/server/HoneyBox/src/HoneyBox.Admin.Business/Services/StatisticsService.cs b/server/HoneyBox/src/HoneyBox.Admin.Business/Services/StatisticsService.cs index 83613551..d29d3124 100644 --- a/server/HoneyBox/src/HoneyBox.Admin.Business/Services/StatisticsService.cs +++ b/server/HoneyBox/src/HoneyBox.Admin.Business/Services/StatisticsService.cs @@ -26,7 +26,12 @@ public class StatisticsService : IStatisticsService { 6, "幸运赏" }, { 8, "盲盒" }, { 9, "扭蛋" }, - { 15, "福利屋" } + { 10, "积分商城" }, + { 11, "转转赏" }, + { 12, "连击赏" }, + { 15, "福利屋" }, + { 16, "连抽赏" }, + { 17, "大乱斗" } }; public StatisticsService(HoneyBoxDbContext dbContext, ILogger logger) diff --git a/server/HoneyBox/src/HoneyBox.Admin/admin-web/src/views/business/statistics/box-profit.vue b/server/HoneyBox/src/HoneyBox.Admin/admin-web/src/views/business/statistics/box-profit.vue index 8932765a..94416e3d 100644 --- a/server/HoneyBox/src/HoneyBox.Admin/admin-web/src/views/business/statistics/box-profit.vue +++ b/server/HoneyBox/src/HoneyBox.Admin/admin-web/src/views/business/statistics/box-profit.vue @@ -190,7 +190,12 @@ const boxTypes = [ { value: 6, label: '幸运赏' }, { value: 8, label: '盲盒' }, { value: 9, label: '扭蛋' }, - { value: 15, label: '福利屋' } + { value: 10, label: '积分商城' }, + { value: 11, label: '转转赏' }, + { value: 12, label: '连击赏' }, + { value: 15, label: '福利屋' }, + { value: 16, label: '连抽赏' }, + { value: 17, label: '大乱斗' } ] // 搜索表单