From 3a5462465b79a08f6bd16ba3f88d468724af987e Mon Sep 17 00:00:00 2001 From: 670788339 <670788339@qq.com> Date: Tue, 4 Nov 2025 17:54:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/course/Index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/portal/course/Index.vue b/src/views/portal/course/Index.vue index af5517de..c0050a1b 100644 --- a/src/views/portal/course/Index.vue +++ b/src/views/portal/course/Index.vue @@ -850,8 +850,7 @@ export default { isTagMatched(tag) { console.info('isTagMatched tag = ' + tag) - console.info('isTagMatched tagName = ' + searchTag.tagName) - console.info('isTagMatched name = ' + searchTag.name) + console.log('this.stagList = ' + this.stagList.map(item => item.tagName)); console.info(this.stagList.some(searchTag => searchTag.tagName === tag || searchTag.name === tag)) // 检查stagList中是否有匹配的标签 return this.stagList.some(searchTag =>