diff --git a/shared/domain/activityField/activityField.ts b/shared/domain/activityField/activityField.ts index f4efc38ce..71dd5a690 100644 --- a/shared/domain/activityField/activityField.ts +++ b/shared/domain/activityField/activityField.ts @@ -132,7 +132,7 @@ export abstract class ActivityBase { // console.log('活动时间数据...', '活动id:', activityData.activityId, '类型:', activityData.timeType, '开始时间:', this.beginTime, moment(this.beginTime).toDate(), // '结束:', this.endTime, moment(this.endTime).toDate(), // '今天第几天:', this.todayIndex, '回合:', this.roundIndex, '下次刷新:', this.nextRefreshTime, moment(this.nextRefreshTime).toDate()) - console.log('###### roundIndex 1', this.roundIndex) + // console.log('###### roundIndex 1', this.roundIndex) } }