活动:修复累充

This commit is contained in:
luying
2022-05-12 13:33:19 +08:00
parent 88c67c405e
commit 4ed415207c
6 changed files with 10 additions and 6 deletions

View File

@@ -67,7 +67,7 @@ export abstract class ActivityBase {
this.interval = activityData.interval * 86400;
this.type = activityData.type;
console.log('今天是活动第几天', activityData.beginTime, new Date, this.todayIndex)
console.log('今天是活动第几天', activityData.beginTime, new Date, this.todayIndex, createTime, serverTime)
console.log('***** activityData', activityData.timeType, this.beginTime, this.endTime, this.interval, this.todayIndex, this.roundIndex, this.nextRefreshTime, this.effectDay)
switch (activityData.timeType) {
case ACTIVITY_TIME_TYPE.SERVER_OPEN_TIME: {