From 2e60e7305f3f50adab46062c3ae3a4d439ea474f Mon Sep 17 00:00:00 2001 From: daihh Date: Sat, 29 Oct 2022 17:02:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Index.vue | 2 +- src/views/portal/follow/index.vue | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/Index.vue b/src/views/Index.vue index 9141da8a..03ec8c89 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -497,7 +497,7 @@ }, data() { return { - showLoginMedal:false,//是否显示登录勋章 + showLoginMedal:true,//是否显示登录勋章 lastStudy:{}, overlayShow:false, userData: { uvalue:0, totalStudyHour:0 }, diff --git a/src/views/portal/follow/index.vue b/src/views/portal/follow/index.vue index 4eb84766..c00ba4b1 100644 --- a/src/views/portal/follow/index.vue +++ b/src/views/portal/follow/index.vue @@ -127,8 +127,7 @@ created() { apiFollow.list().then(res=>{ if(res.status == 200) { - this.followIds = res.result.map(item=>item.followId); - this.followIds.push(this.userInfo.aid) + this.followIds = res.result; this.getList() } })