From 21f9bed8298b2f955a44efa168c22d958f71eed5 Mon Sep 17 00:00:00 2001 From: luying Date: Mon, 27 Mar 2023 19:36:16 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(=E6=B4=BB=E5=8A=A8):=20?= =?UTF-8?q?=E5=B0=8F=E6=B8=B8=E6=88=8F=E5=A2=9E=E5=8A=A0=E4=BB=8A=E5=A4=A9?= =?UTF-8?q?=E6=8C=91=E6=88=98=E6=AC=A1=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/domain/activityField/miniGameField.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/domain/activityField/miniGameField.ts b/shared/domain/activityField/miniGameField.ts index 0f5d1a763..9fe0d78fc 100644 --- a/shared/domain/activityField/miniGameField.ts +++ b/shared/domain/activityField/miniGameField.ts @@ -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']) } } } \ No newline at end of file