From c11fb55ce3d2a483557ec4374e241408b70aa499 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=BE=9D=E6=A2=A6?= <15822465730@163.com> Date: Mon, 17 Nov 2025 16:11:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E5=88=97=E8=A1=A8=E4=BE=A7?= =?UTF-8?q?=E8=BE=B9=E6=A0=8F=E4=BF=AE=E6=94=B9=20=20=E8=AF=BE=E7=A8=8B?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E8=AF=84=E5=88=86=E4=BF=AE=E6=94=B9=20=20?= =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E8=AF=A6=E6=83=85=E7=AB=A0=E8=8A=82=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/course/Index.vue | 93 ++++++++++++++++++++++++------- src/views/study/coursenew.vue | 42 +++++++++++++- 2 files changed, 113 insertions(+), 22 deletions(-) diff --git a/src/views/portal/course/Index.vue b/src/views/portal/course/Index.vue index 787b52bb..26cde9f0 100644 --- a/src/views/portal/course/Index.vue +++ b/src/views/portal/course/Index.vue @@ -39,25 +39,28 @@ :class="{ courseTwoActive: twoList.id == twoId || twoList.checked }" @mouseleave.stop="leaveIndex" @mouseenter.stop="changeIndex(twoList.id)"> - -
{{ - twoList.name }}
- -
-
- {{ twoList.name }} -
-
-
- {{ threeList.name }} + + + + +
+
+ {{ threeList.name }} +
+
+
+
+ +
{{ twoList.name }}
+
+
+
@@ -613,6 +616,7 @@ export default { }, data() { return { + menuActiveIndex: '-1', //无默认选中 newData: false,//线上品牌系列隐藏 navTitle: [], // 设置高亮 @@ -1569,6 +1573,38 @@ console.log(res.result.list,'data')