mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-18 07:16:44 +08:00
个人主页,关注我的,和我关注的人
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user