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')