From 9b732b19dc647a62c408bc6b6a12c3168b7bdf4b Mon Sep 17 00:00:00 2001 From: jsasg <735273025@qq.com> Date: Thu, 16 Apr 2026 15:57:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=98=E9=87=8F=E9=87=8D?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/index/view/pc/public/header.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/index/view/pc/public/header.html b/app/index/view/pc/public/header.html index d20f30fb..b0d9e99e 100644 --- a/app/index/view/pc/public/header.html +++ b/app/index/view/pc/public/header.html @@ -249,14 +249,14 @@ - const tabItems = document.querySelectorAll('.header-tab-item'); + const tabItems1 = document.querySelectorAll('.header-tab-item'); const tabContents = document.querySelectorAll('.header-tab-content'); - tabItems.forEach(tab => + tabItems1.forEach(tab => { tab.addEventListener('mouseenter', () => { - tabItems.forEach(item => item.classList.remove('active')); + tabItems1.forEach(item => item.classList.remove('active')); tab.classList.add('active'); const tabId = tab.getAttribute('data-tab'); tabContents.forEach(content =>