个人主页,关注我的,和我关注的人

This commit is contained in:
daihh
2022-10-18 16:02:08 +08:00
parent 2a496282a2
commit 8f8eaee8fa
2 changed files with 85 additions and 60 deletions

View File

@@ -50,7 +50,7 @@
<span slot="label"><svg-icon icon-class="home-book" style="font-size: 30px;"></svg-icon><span class="tabs-info">书籍</span></span>
<book-list></book-list>
</el-tab-pane> -->
</el-tabs>
</el-tabs>
<div style="text-align: center; margin-top:57px;" v-show="page.count > 0">
<el-pagination
background
@@ -469,8 +469,10 @@
},
handleClick() {
if(this.activeName == '7') {
this.$refs.followList.resetActive();
//this.page.count =0;
this.$refs.followList.getPage();
console.log(this.$refs.followList,'llllmj')
//console.log(this.$refs.followList,'llllmj')
this.page.count = this.$refs.followList.count;
return
}