From 83bd01fb796655d73f36045fdce5d685554c8875 Mon Sep 17 00:00:00 2001 From: Guarp Date: Sat, 15 Mar 2025 08:28:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=AF=84=E8=AE=BA=E5=9B=9E?= =?UTF-8?q?=E5=A4=8D=E5=8A=9F=E8=83=BD=EF=BC=9B=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E8=B5=84=E6=BA=90=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Blog_comment.vue | 204 ++++++++++++++++++ src/components/Blog_commentDisplay.vue | 60 ++++-- src/components/Blog_commentReplyDisplay.vue | 131 +++++++++++ src/components/Blog_replyInput.vue | 120 +++++++++++ src/components/Blog_rootComment.vue | 122 ----------- src/components/Like_button.vue | 8 +- src/components/More_button.vue | 39 +++- src/components/Profile_display.vue | 2 +- src/pages/Demos_home.vue | 3 +- .../accountPages/Account_admin_userManage.vue | 3 +- src/pages/blogPages/SingleBlog_page.vue | 33 +-- src/pages/demoPages/messageBoard/Message.vue | 3 +- src/pages/demoPages/podExercise/Quiz.vue | 3 +- src/store/index.js | 5 +- src/utils/axios.js | 2 +- src/utils/demoResource.js | 9 + src/utils/imageResource.js | 4 +- 17 files changed, 583 insertions(+), 168 deletions(-) create mode 100644 src/components/Blog_comment.vue create mode 100644 src/components/Blog_commentReplyDisplay.vue create mode 100644 src/components/Blog_replyInput.vue delete mode 100644 src/components/Blog_rootComment.vue create mode 100644 src/utils/demoResource.js diff --git a/src/components/Blog_comment.vue b/src/components/Blog_comment.vue new file mode 100644 index 0000000..1d062a9 --- /dev/null +++ b/src/components/Blog_comment.vue @@ -0,0 +1,204 @@ + + + + + \ No newline at end of file diff --git a/src/components/Blog_commentDisplay.vue b/src/components/Blog_commentDisplay.vue index 35962ae..b8208a5 100644 --- a/src/components/Blog_commentDisplay.vue +++ b/src/components/Blog_commentDisplay.vue @@ -4,7 +4,10 @@
- +
@@ -12,15 +15,17 @@
加载中...
没有更多评论了
{{ error }}
-
暂无评论
+
暂无评论
+ + + + \ No newline at end of file diff --git a/src/components/Blog_replyInput.vue b/src/components/Blog_replyInput.vue new file mode 100644 index 0000000..d36d237 --- /dev/null +++ b/src/components/Blog_replyInput.vue @@ -0,0 +1,120 @@ + + + + + \ No newline at end of file diff --git a/src/components/Blog_rootComment.vue b/src/components/Blog_rootComment.vue deleted file mode 100644 index a4bc5a0..0000000 --- a/src/components/Blog_rootComment.vue +++ /dev/null @@ -1,122 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/components/Like_button.vue b/src/components/Like_button.vue index d4f84dc..ccca97a 100644 --- a/src/components/Like_button.vue +++ b/src/components/Like_button.vue @@ -23,11 +23,11 @@ const props = defineProps({ default: 'h' }, iconSize: { - type: Number, + type: String, default: 16 }, fontSize: { - type: Number, + type: String, default: 16 } }); @@ -88,8 +88,8 @@ watch(() => props.amount, () => {