🐞 fix(活动): 小游戏增加今天挑战次数

This commit is contained in:
luying
2023-03-27 19:36:16 +08:00
parent e6007c4ade
commit 21f9bed829

View File

@@ -121,7 +121,7 @@ export class MiniGameData extends ActivityBase {
public getShowResult() {
return {
...this.getBaseKeys(),
...pick(this, ['gameType', 'consume', 'reward', 'freeCnt', 'maxBuyCnt', 'box', 'playCnt', 'buyCnt', 'score'])
...pick(this, ['gameType', 'consume', 'reward', 'freeCnt', 'maxBuyCnt', 'box', 'playCnt', 'buyCnt', 'score', 'todayPlayCnt'])
}
}
}