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; } }); },