From 367c237cf4919db115025d2b095492ff07d27690 Mon Sep 17 00:00:00 2001 From: 670788339 <670788339@qq.com> Date: Tue, 11 Nov 2025 14:22:19 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E4=B8=AD=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/course/qualityCourse.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/portal/course/qualityCourse.vue b/src/views/portal/course/qualityCourse.vue index d3af9fd8..e646c95e 100644 --- a/src/views/portal/course/qualityCourse.vue +++ b/src/views/portal/course/qualityCourse.vue @@ -585,9 +585,9 @@ export default { }, methods: { - isAllHotTagsSelected() { - return !this.hotTagsList.some(tag => tag.checked); - }, + // isAllHotTagsSelected() { + // return !this.hotTagsList.some(tag => tag.checked); + // }, handleClearHotTags() { // 清除所有热点标签的选中状态 this.hotTagsList.forEach(tag => {