关注bug fix

This commit is contained in:
linfeng 2023-04-06 09:59:32 +08:00
parent 179bcd80b4
commit ea98ccec1a

View File

@ -52,7 +52,7 @@
}) })
.then(res => { .then(res => {
if (res.code == 0) { if (res.code == 0) {
this.userList[index].hasFollow = 1; this.userList[index].hasFollow = 2;
} }
}); });
}, },