From 94c9dd9724d56c6e6f599f966f3eae701fb598e0 Mon Sep 17 00:00:00 2001
From: zhaofang <752743406@qq.com>
Date: Mon, 21 Nov 2022 18:43:27 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/my/myArticles.vue | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
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;
}