From 33edb6f86fece72af615a125044ccbc30bf368dc Mon Sep 17 00:00:00 2001
From: yuetsh <517252939@qq.com>
Date: Sun, 15 Jun 2025 17:51:45 +0800
Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E8=AF=84=E8=AE=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/oj/problem/components/ProblemComment.vue | 8 --------
1 file changed, 8 deletions(-)
diff --git a/src/oj/problem/components/ProblemComment.vue b/src/oj/problem/components/ProblemComment.vue
index eaddf9c..f5036c0 100644
--- a/src/oj/problem/components/ProblemComment.vue
+++ b/src/oj/problem/components/ProblemComment.vue
@@ -98,12 +98,6 @@
{{ rating.comprehensive }}
-
- 以下是一些评论留言:
-
- {{ item }}
-
-
暂无记录,快去评论吧
@@ -137,7 +131,6 @@ const comprehensive_rating = ref(0)
const [show, toggleShow] = useToggle()
const [hasCommented, toggleHasCommented] = useToggle()
-const contentList = ref([])
const count = ref(0)
const rating = reactive({
description: 0,
@@ -179,7 +172,6 @@ async function getComments() {
rating.description = res.data.rating.description
rating.difficulty = res.data.rating.difficulty
rating.comprehensive = res.data.rating.comprehensive
- contentList.value = res.data.contents
}
async function getMyComment() {