活动:签到

This commit is contained in:
luying
2022-05-18 21:40:32 +08:00
parent bfb4e7f918
commit 2867b186e6
2 changed files with 14 additions and 10 deletions

View File

@@ -68,8 +68,10 @@ export class SignInHandler {
if (dayIndex > playerData.todayIndex) {
return resResult(STATUS.ACTIVITY_DAY_INDEX_OVER);
}
//开服第一个月可以签到之前未领取的奖励,下个月只能签到当天奖励,补签
let isDelay = false;//补签
if(dayIndex < playerData.todayIndex) {
isDelay = true;
}
let roundIndex = playerData.roundIndex;
//高级签到开启条件