diff --git a/pages/index/index.vue b/pages/index/index.vue index 9e8ccfe..b1b686e 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -449,7 +449,7 @@ this.Post({ date: '', offset: 0, - limit: 100, + limit: 1, type_id: 6 },'/api/activity/getActivityCalendar').then(res => { this.calendarItem = res.data[0]