mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-23 01:36:44 +08:00
修改我的动态文字
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
</el-tab-pane>
|
||||
-->
|
||||
</el-tabs>
|
||||
<div style="text-align: center; margin-top:57px;" v-show="page.count > 0 && activeName!='7'">
|
||||
<div style="text-align: center; margin-top:57px;" v-show="page.count > 0">
|
||||
<el-pagination
|
||||
background
|
||||
@size-change="handleSizeChange"
|
||||
@@ -457,16 +457,7 @@
|
||||
})
|
||||
},
|
||||
handleClick() {
|
||||
if(this.activeName == '7') {
|
||||
//单独的分页,所以这里不与当前页面的分页共用
|
||||
this.$refs.followList.resetActive();
|
||||
this.$refs.followList.getPage();
|
||||
return
|
||||
}
|
||||
if(this.activeName == '8') {
|
||||
this.page.count = 0;
|
||||
return
|
||||
}
|
||||
this.page.count = 0;
|
||||
this.getList();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user