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() {