活动:限时排行榜
This commit is contained in:
@@ -171,7 +171,12 @@ export class LuckyTurntableData extends ActivityBase {
|
||||
|
||||
public getShowResult() {
|
||||
return {
|
||||
...pick(this, ['cost', 'freeCount', 'todayCount', 'count', 'box']),
|
||||
...this.getBaseKeys(),
|
||||
cost: this.cost,
|
||||
freeCount: this.freeCount,
|
||||
todayCount: this.todayCount,
|
||||
count: this.count,
|
||||
box: this.box,
|
||||
pool: this.pool.map(pool => pool.getShowResult()),
|
||||
records: this.records.map(record => [record.roleName, record.gid, record.count])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user