From 81c155e7e00b83f06e6486a8d904428a44b8b275 Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Wed, 23 Feb 2022 16:47:10 +0800
Subject: [PATCH] 评论页添加,修改站点默认logo

---
 src/components/group/articleListScorll.vue |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/components/group/articleListScorll.vue b/src/components/group/articleListScorll.vue
index 99f4a78..47e61cb 100644
--- a/src/components/group/articleListScorll.vue
+++ b/src/components/group/articleListScorll.vue
@@ -5,6 +5,10 @@
 				<newArticle v-bind="temp" :index="index"></newArticle>
 				<!-- <box5 v-bind="temp"></box5> -->
 			</div>
+			<div class="mySecret" v-if="data.length==0">
+				<p>空空如也..</p>
+			</div>
+			
 			<div v-if="loading && !busy" class="demo-loading-container">
 				<a-spin />
 			</div>
@@ -81,7 +85,7 @@
 			},
 			typeId: function(newValue, oldValue) {
 				this.busy = true;
-				this.$message.info('loading',0.3);
+				this.$message.info('loading', 0.3);
 				this.onChange(1);
 			}
 

--
Gitblit v1.9.1