From 2f4488f71b250aecb29d0922c603f7eb09ed66c7 Mon Sep 17 00:00:00 2001 From: zhaofang <752743406@qq.com> Date: Mon, 31 Oct 2022 22:02:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/follow/index.vue | 1 + 1 file changed, 1 insertion(+) 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() } })