From 0f11e8f317ed45d562a6a8c151e9b6cf3d1ca851 Mon Sep 17 00:00:00 2001 From: 670788339 <670788339@qq.com> Date: Wed, 12 Nov 2025 11:06:28 +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 | 6 +++--- src/views/portal/course/qualityCourse.vue | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/views/portal/course/Index.vue b/src/views/portal/course/Index.vue index 5f576ebf..1489c783 100644 --- a/src/views/portal/course/Index.vue +++ b/src/views/portal/course/Index.vue @@ -459,9 +459,9 @@ export default { // } // 添加计算是否所有热点标签都未选中(即"全部"选中状态) - // isAllHotTagsSelected() { - // return !this.hotTagsList.some(tag => tag.checked); - // } + isAllHotTagsSelected() { + return !this.hotTagsList.some(tag => tag.checked); + } }, data() { return { diff --git a/src/views/portal/course/qualityCourse.vue b/src/views/portal/course/qualityCourse.vue index ac1d9be4..108bc97e 100644 --- a/src/views/portal/course/qualityCourse.vue +++ b/src/views/portal/course/qualityCourse.vue @@ -444,6 +444,9 @@ export default { }); return !flag; }, + isAllHotTagsSelected() { + return !this.hotTagsList.some(tag => tag.checked); + } }, data() { return {