From 9423919203fa1d8bf9b9849799d9ab0f5ba4daf4 Mon Sep 17 00:00:00 2001
From: huliyong <2783385703@qq.com>
Date: Wed, 1 Oct 2025 14:50:00 +0800
Subject: [PATCH] =?UTF-8?q?feat(=E8=AF=84=E8=AE=BA):=20=E6=B7=BB=E5=8A=A0?=
=?UTF-8?q?=E8=AF=84=E8=AE=BA=E5=88=97=E8=A1=A8=E7=BB=84=E4=BB=B6=E5=B9=B6?=
=?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8D=A0=E4=BD=8D=E7=AC=A6=E6=98=BE=E7=A4=BA?=
=?UTF-8?q?=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 在文章页面集成评论列表组件
- 修复评论输入框占位符在没有名称时显示默认文本
- 添加相关mixins和API调用逻辑
---
pages_order/article/index.vue | 23 ++++++++++++++++++++--
.../components/list/comment/commentList.vue | 5 +++--
2 files changed, 24 insertions(+), 4 deletions(-)
diff --git a/pages_order/article/index.vue b/pages_order/article/index.vue
index 2fa0070..79d3fd4 100644
--- a/pages_order/article/index.vue
+++ b/pages_order/article/index.vue
@@ -26,23 +26,41 @@
文章不存在或已被删除
+
+