From af47e8fab3df4b1f14ea8ec6c19d28d1c9650c8b Mon Sep 17 00:00:00 2001 From: johnniang Date: Sat, 16 Nov 2019 21:00:36 +0800 Subject: [PATCH] Fix profile count show --- src/views/user/Profile.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/user/Profile.vue b/src/views/user/Profile.vue index 6f0f0e2d..029f6372 100644 --- a/src/views/user/Profile.vue +++ b/src/views/user/Profile.vue @@ -50,7 +50,7 @@ itemLayout="horizontal" > 累计发表了 {{ counts.postCount || 0 }} 篇文章。 - 累计创建了 {{ counts.linkCount || 0 }} 个标签。 + 累计创建了 {{ counts.attachmentCount || 0 }} 个附件。 累计获得了 {{ counts.commentCount || 0 }} 条评论。 累计添加了 {{ counts.linkCount || 0 }} 个友链。 文章总访问 {{ counts.visitCount || 0 }} 次。