mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
提交
This commit is contained in:
@@ -133,6 +133,7 @@
|
|||||||
apiFollow.list().then(res=>{
|
apiFollow.list().then(res=>{
|
||||||
if(res.status == 200) {
|
if(res.status == 200) {
|
||||||
this.followIds = res.result;
|
this.followIds = res.result;
|
||||||
|
this.followIds.push(this.userInfo.aid);
|
||||||
this.getList()
|
this.getList()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user