diff --git a/src/views/portal/course/Index.vue b/src/views/portal/course/Index.vue
index af79c29a..1d43487d 100644
--- a/src/views/portal/course/Index.vue
+++ b/src/views/portal/course/Index.vue
@@ -2,7 +2,7 @@
+ @showClass="showClass">
@@ -11,7 +11,7 @@
>
+ @click="handleOptionClick(item, index)">
{{ item.name }}
>
@@ -35,15 +35,15 @@
{{ one.name }}
+ @click.stop="handleOptionClick(twoList, 2, one.children)"
+ :class="{ courseTwoActive: twoList.id == twoId || twoList.checked }" @mouseleave.stop="leaveIndex"
+ @mouseenter.stop="changeIndex(twoList.id)">
+ :disabled="!twoList.children.length" :open-delay="0" :close-delay="0" trigger="hover"
+ :visible-arrow="false" @hide="leaveIndex" @show="changeIndex(twoList.id)" transition="none">
{{
- twoList.name }}
-
+ twoList.name }}-
@@ -51,8 +51,8 @@
+ :key="threeList.id" @click.stop="handleOptionClick(threeList, 3, twoList.children)"
+ class="course-three">
{{ threeList.name }}
@@ -285,70 +285,70 @@
-
-
@@ -370,11 +370,11 @@
最热
+ :class="{ actice: course.orderField == 'studys' }">最热
最新
+ :class="{ actice: course.orderField == 'publishTime' }">最新
好评率
+ :class="{ actice: course.orderField == 'score' }">好评率
共找到{{ count }}个结果
@@ -407,7 +407,7 @@
+ :disabled="!keyword.showTitle">
@@ -431,7 +431,7 @@
+ :praises="false" :shares="false" :views="false">
{{ toScore(cinfo.score) }}分
@@ -476,7 +476,7 @@
+ layout="total, prev, pager, next, jumper" @change-page="currentChange">
@@ -755,7 +755,7 @@ export default {
}
})
//初始化:获取最新前10个热点标签
- apiCourseTag.getHotTagList(null).then(rs => {
+ apiCourseTag.getHotTagList(null).then(rs => {
if (rs.status == 200) {
this.hotTagsList = rs.result.map(tag => ({
...tag,