321
This commit is contained in:
parent
289821fc7f
commit
abc4818e91
|
|
@ -27,7 +27,12 @@ public class GoodsService : IGoodsService
|
|||
{ 6, "幸运赏" },
|
||||
{ 8, "盲盒" },
|
||||
{ 9, "扭蛋" },
|
||||
{ 15, "福利屋" }
|
||||
{ 10, "积分商城" },
|
||||
{ 11, "转转赏" },
|
||||
{ 12, "连击赏" },
|
||||
{ 15, "福利屋" },
|
||||
{ 16, "连抽赏" },
|
||||
{ 17, "大乱斗" }
|
||||
};
|
||||
|
||||
public GoodsService(
|
||||
|
|
|
|||
|
|
@ -26,7 +26,12 @@ public class StatisticsService : IStatisticsService
|
|||
{ 6, "幸运赏" },
|
||||
{ 8, "盲盒" },
|
||||
{ 9, "扭蛋" },
|
||||
{ 15, "福利屋" }
|
||||
{ 10, "积分商城" },
|
||||
{ 11, "转转赏" },
|
||||
{ 12, "连击赏" },
|
||||
{ 15, "福利屋" },
|
||||
{ 16, "连抽赏" },
|
||||
{ 17, "大乱斗" }
|
||||
};
|
||||
|
||||
public StatisticsService(HoneyBoxDbContext dbContext, ILogger<StatisticsService> logger)
|
||||
|
|
|
|||
|
|
@ -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: '大乱斗' }
|
||||
]
|
||||
|
||||
// 搜索表单
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user