From cb7779098c51922d0d7f26568475d350a9f1fad0 Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Fri, 29 Jul 2022 19:08:22 +0800
Subject: [PATCH] 添加马甲认证,添加小红点更新

---
 src/components/mini/box12-comment.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/mini/box12-comment.vue b/src/components/mini/box12-comment.vue
index 4137c73..220f93d 100644
--- a/src/components/mini/box12-comment.vue
+++ b/src/components/mini/box12-comment.vue
@@ -33,7 +33,7 @@
 						<div class="samllPadding">:</div>
 					</div>
 
-					<p slot="content">{{temp.commentContent}}</p>
+					<p :id="temp.id" slot="content">{{temp.commentContent}}</p>
 
 					<a-comment v-for="tempData in temp.replyList">
 						<div slot="actions" key="comment-nested-reply-to" class="actionList">
@@ -67,7 +67,7 @@
 								</a-tooltip>
 							</div>
 						</div>
-						<p slot="content">{{tempData.commentContent}}</p>
+						<p :id="tempData.id" slot="content">{{tempData.commentContent}}</p>
 					</a-comment>
 				</a-comment>
 

--
Gitblit v1.9.1