活动:限时排行榜

This commit is contained in:
luying
2022-03-03 14:11:56 +08:00
parent d0eb46ece4
commit f099daf80b
27 changed files with 871 additions and 151 deletions

View File

@@ -138,7 +138,10 @@ export class FirstGiftData extends ActivityBase {
}
public getShowResult() {
return pick(this, 'list');
return {
...this.getBaseKeys(),
list: this.list,
}
}
constructor(activityData: ActivityModelType, createTime: number) {