From af4e73bdf7a42fe52950e428cb9a9d1ddaefed2f Mon Sep 17 00:00:00 2001 From: 670788339 <670788339@qq.com> Date: Thu, 13 Nov 2025 11:24:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/course/Index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/portal/course/Index.vue b/src/views/portal/course/Index.vue index 03118aa3..9d628a28 100644 --- a/src/views/portal/course/Index.vue +++ b/src/views/portal/course/Index.vue @@ -483,12 +483,12 @@ export default { }, // 计算第一行显示的标签(前5个) firstRowTags() { - return this.hotTagsList.slice(0, 7); + return this.hotTagsList.slice(0, 8); }, // 计算第二行显示的标签(剩余标签) secondRowTags() { - return this.hotTagsList.slice(3); + return this.hotTagsList.slice(8); }, }, data() {