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 }} - -