|
@@ -129,7 +129,7 @@
|
|
|
<view v-if="teacherList && teacherList.length > 0" class='teacher_names'>
|
|
|
<view v-for="(tea, index) in teacherList" :key="index" class="names"
|
|
|
:class="{nactive: teacherIndex == index}" @click="activeFunc(tea, index)">
|
|
|
- {{ tea.aliasName }}
|
|
|
+ 主讲:{{ tea.aliasName }}
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="menuBox onessss" v-for="(item, index) in menuList" :key="index">
|
|
@@ -576,7 +576,7 @@
|
|
|
</view>
|
|
|
<view v-if="courseItem.teaList && courseItem.teaList.length > 0" class='teacher_names' >
|
|
|
<view v-for="(tea, tindex) in courseItem.teaList" :key="tindex" class="names"
|
|
|
- :class="{nactive: teaIndex == tindex}" @click.stop="switchTeacher(tea, tindex)">{{tea.aliasName}}</view>
|
|
|
+ :class="{nactive: teaIndex == tindex}" @click.stop="switchTeacher(tea, tindex)">主讲:{{tea.aliasName}}</view>
|
|
|
</view>
|
|
|
<view class="course_pros">
|
|
|
学习进度
|