活动:首充状态

This commit is contained in:
luying
2022-05-18 15:04:09 +08:00
parent 1fd9ab53a2
commit 464f8175ce
2 changed files with 4 additions and 0 deletions

View File

@@ -74,6 +74,9 @@ export class FirstGiftPage {
for (let obj of this.items) {
obj.setReceived(daysNum);
}
if(playerData.isOver) {
this.state = FIRST_GIFT_STATE.ALL_RECEIVED;
}
}
}