diff --git a/pages/my/myArticles.vue b/pages/my/myArticles.vue index 41a74a1..ddd4301 100644 --- a/pages/my/myArticles.vue +++ b/pages/my/myArticles.vue @@ -83,7 +83,7 @@ - + @@ -165,8 +165,8 @@ export default { this.flagLoading = false; uni.hideLoading(); if (rs.status == 200) { + this.articleList.count = rs.result.count; if (rs.result.list.length != 0) { - this.articleList.count = rs.result.count; let userIds = []; rs.result.list.forEach(item => { item.name='' @@ -224,7 +224,6 @@ export default { }); }, chooseStatus(e) { - console.log(e,'e') if(this.flagLoading) { return; }