🐞 fix(活动): 小游戏增加今天挑战次数
This commit is contained in:
@@ -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'])
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user