解决关注人员关注处理时控制问题

This commit is contained in:
daihh
2022-11-21 19:41:02 +08:00
parent 9a781fba80
commit 67f1a46cb3
4 changed files with 110 additions and 88 deletions

View File

@@ -259,7 +259,7 @@
this.$bus.$on('followIndex',(num)=>{
this.activeName = "7";
this.$refs.followList.resetActive();
this.$refs.followList.getPage();
//this.$refs.followList.getPage();
})
},
methods:{
@@ -676,7 +676,7 @@
}else if(this.activeName == '7'){
//单独的分页,所以这里不与当前页面的分页共用
this.$refs.followList.resetActive();
this.$refs.followList.getPage();
//this.$refs.followList.getPage();
return
}
if(this.activeName == '8') {