From ea98ccec1a6e19e0994b4e20e963d20bda024396 Mon Sep 17 00:00:00 2001 From: linfeng <2445465217@qq.com> Date: Thu, 6 Apr 2023 09:59:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E6=B3=A8bug=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/user-list/user-list.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/static/linfeng-community-uniapp-ky/components/user-list/user-list.vue b/src/main/resources/static/linfeng-community-uniapp-ky/components/user-list/user-list.vue index cb459f8..141c9b1 100644 --- a/src/main/resources/static/linfeng-community-uniapp-ky/components/user-list/user-list.vue +++ b/src/main/resources/static/linfeng-community-uniapp-ky/components/user-list/user-list.vue @@ -52,7 +52,7 @@ }) .then(res => { if (res.code == 0) { - this.userList[index].hasFollow = 1; + this.userList[index].hasFollow = 2; } }); },