修改我的动态文字

This commit is contained in:
zhaofang
2022-10-28 17:29:46 +08:00
parent 275e1ac2a9
commit 835c22e9e8
7 changed files with 14 additions and 17 deletions

View File

@@ -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();
}
}