From 1b01ffe23e46627f05aa560d793e9b9b7908d260 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 15 Dec 2023 18:01:38 +0800
Subject: [PATCH] 样式微调

---
 subPackage/article/comment.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/subPackage/article/comment.vue b/subPackage/article/comment.vue
index dd9fcb6..a849e88 100644
--- a/subPackage/article/comment.vue
+++ b/subPackage/article/comment.vue
@@ -22,6 +22,7 @@
 		methods:{
 			submitInfo(){
 				if(!this.content)return 
+				console.log(this,555)
 				addComment({
 					content:this.content,
 					articleId:this.articleId

--
Gitblit v1.9.3