From 26571501f7773accbe66739157cdfc562bc456a5 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 Mar 2026 14:39:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8E=9F=E7=94=9F=E6=8B=96?= =?UTF-8?q?=E6=8B=BD=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/plugins/video/components/comment-info.vue | 1 + pages/plugins/video/detail/detail.vue | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/pages/plugins/video/components/comment-info.vue b/pages/plugins/video/components/comment-info.vue index 1eb57e47..ef782876 100644 --- a/pages/plugins/video/components/comment-info.vue +++ b/pages/plugins/video/components/comment-info.vue @@ -287,6 +287,7 @@ } .comment-reply-text { color: #ccc; + font-size: 28rpx; padding: 0 10rpx; } .comment-operation { diff --git a/pages/plugins/video/detail/detail.vue b/pages/plugins/video/detail/detail.vue index 943206fd..053f93b4 100644 --- a/pages/plugins/video/detail/detail.vue +++ b/pages/plugins/video/detail/detail.vue @@ -18,7 +18,7 @@ - + @@ -937,10 +937,10 @@ } else if (this.current_index == 1) { // 索引为1时,为确保无限轮播正常,需要改变数据插入顺序 list = this.update_video_list([-1, 0, 1]); } else { - if (this.current_video_index == this.video_data_list.length - 1) { - list = this.update_video_list([-2, -1, 0]); - } else { - list = this.update_video_list([1, -1, 0]); + if (this.current_video_index == this.video_data_list.length - 1) { + list = this.update_video_list([-2, -1, 0]); + } else { + list = this.update_video_list([1, -1, 0]); } } this.setData({