This commit is contained in:
zhaofang
2022-10-31 22:02:08 +08:00
parent 5a1006b43f
commit 2f4488f71b

View File

@@ -133,6 +133,7 @@
apiFollow.list().then(res=>{
if(res.status == 200) {
this.followIds = res.result;
this.followIds.push(this.userInfo.aid);
this.getList()
}
})