diff --git a/src/views/portal/course/Index.vue b/src/views/portal/course/Index.vue index 4c21384e..c715f10a 100644 --- a/src/views/portal/course/Index.vue +++ b/src/views/portal/course/Index.vue @@ -39,16 +39,14 @@ :class="{ courseTwoActive: twoList.id == twoId || twoList.checked }" @mouseleave.stop="leaveIndex" @mouseenter.stop="changeIndex(twoList.id)"> - -
{{ - twoList.name }}
- - -
-
- {{ twoList.name }} -
+ + + +
{{ threeList.name }}
-
-
+ + + +
{{ twoList.name }}
+
+ + @@ -460,6 +463,7 @@ export default { data() { return { hotTagsList: [], + menuActiveIndex: '-1', //无默认选中 newData: false,//线上品牌系列隐藏 navTitle: [], // 设置高亮 @@ -1661,6 +1665,38 @@ export default {