From 58fa94e8b808d865b64baa3d0eadcde07645c0b9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=A9=99=E5=AD=90?= <454313500@qq.com>
Date: Mon, 30 Sep 2024 00:40:47 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E4=B8=BB=E9=A2=98?=
=?UTF-8?q?=E5=9B=BE=E7=89=87=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Yi.Bbs.Vue3/index.html | 2 +-
Yi.Bbs.Vue3/src/components/DisscussCard.vue | 4 +--
Yi.Bbs.Vue3/src/views/EditArticle.vue | 28 +++++++++++----------
3 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/Yi.Bbs.Vue3/index.html b/Yi.Bbs.Vue3/index.html
index a06c5caa..cb47cd78 100644
--- a/Yi.Bbs.Vue3/index.html
+++ b/Yi.Bbs.Vue3/index.html
@@ -14,7 +14,7 @@
- .Net意社区很大,你要等一下...
+ 意社区很大,你要等一下...
diff --git a/Yi.Bbs.Vue3/src/components/DisscussCard.vue b/Yi.Bbs.Vue3/src/components/DisscussCard.vue
index a3a7fd9f..984e0795 100644
--- a/Yi.Bbs.Vue3/src/components/DisscussCard.vue
+++ b/Yi.Bbs.Vue3/src/components/DisscussCard.vue
@@ -73,9 +73,7 @@ const discuss = reactive({
agreeNum: 0,
isAgree: false,
cover: "",
- isBan: false,
- isAgree: false,
- agreeNum: 0,
+ isBan: false
});
const router = useRouter();
const spacer = h(ElDivider, { direction: "vertical" });
diff --git a/Yi.Bbs.Vue3/src/views/EditArticle.vue b/Yi.Bbs.Vue3/src/views/EditArticle.vue
index 84cd57c6..af153c7a 100644
--- a/Yi.Bbs.Vue3/src/views/EditArticle.vue
+++ b/Yi.Bbs.Vue3/src/views/EditArticle.vue
@@ -60,21 +60,21 @@
/>
-
+
+
+
-
-
+
@@ -128,7 +128,7 @@