From f48baf1591b4a7fbce0cb1c31ede7fc3ad5caca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Thu, 12 Feb 2026 17:39:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=90=9C=E7=B4=A2=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/plugins/video/detail/detail.vue | 4 - pages/plugins/video/search/search-record.vue | 90 ++++--- pages/plugins/video/search/search.vue | 251 ++++++++++++------- 3 files changed, 216 insertions(+), 129 deletions(-) diff --git a/pages/plugins/video/detail/detail.vue b/pages/plugins/video/detail/detail.vue index e7ded032..f930fbeb 100644 --- a/pages/plugins/video/detail/detail.vue +++ b/pages/plugins/video/detail/detail.vue @@ -983,7 +983,6 @@ success: res => { const data = res.data; if (data.code == 0) { - console.log(data.data); const new_data = data.data; // 没有回复时的评论 if (new_video_comments_id == 0) { @@ -996,9 +995,6 @@ }) } else { this.active_comments.forEach(item => { - console.log(item); - console.log(item.id == new_video_comments_id); - if (item.id == new_video_comments_id) { item.sub_comments.unshift(new_data); item.comments_count++; diff --git a/pages/plugins/video/search/search-record.vue b/pages/plugins/video/search/search-record.vue index c2765c3e..80c07822 100644 --- a/pages/plugins/video/search/search-record.vue +++ b/pages/plugins/video/search/search-record.vue @@ -15,34 +15,36 @@ - - - + + + - {{ history.text }} + {{ history }} - -