|
@ -171,7 +171,7 @@ |
|
|
nearlyMonth = [...nearlyWeek]; |
|
|
nearlyMonth = [...nearlyWeek]; |
|
|
nearlyMonth.unshift(item); |
|
|
nearlyMonth.unshift(item); |
|
|
} if (moment(item.time).isAfter(lastThreeMonthsS)) { |
|
|
} if (moment(item.time).isAfter(lastThreeMonthsS)) { |
|
|
lastThreeMonths = [...nearlyWeekS] |
|
|
lastThreeMonths = [...nearlyMonth] |
|
|
lastThreeMonths.unshift(item); |
|
|
lastThreeMonths.unshift(item); |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|