mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-22 09:16:44 +08:00
解决关注人员关注处理时控制问题
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user