diff --git a/src/views/portal/follow/index.vue b/src/views/portal/follow/index.vue index 518afc13..2f2ddb99 100644 --- a/src/views/portal/follow/index.vue +++ b/src/views/portal/follow/index.vue @@ -133,6 +133,7 @@ apiFollow.list().then(res=>{ if(res.status == 200) { this.followIds = res.result; + this.followIds.push(this.userInfo.aid); this.getList() } })