diff --git a/src/views/activityFeed.vue b/src/views/activityFeed.vue index e698b86..797e56e 100644 --- a/src/views/activityFeed.vue +++ b/src/views/activityFeed.vue @@ -44,9 +44,9 @@ export default { getActivityInfo() { let introType if (this.selectMenuIndex === 0) { - introType = 20 - } else { introType = 23 + } else { + introType = 20 } activityInquiry({ introType: introType, libcode: this.libcode, pageSize: 99 }).then(data => { this.infoList = data[0]