课程学习页,改回多个老师都要显示出来

This commit is contained in:
daihh
2022-11-24 15:56:05 +08:00
parent c0e65fdc6b
commit ff05a5a677

View File

@@ -131,7 +131,7 @@
<view class="desrow" style="justify-content: flex-start;">
<view style="line-height: 60upx;"><text class="desrow-name">讲师</text></view>
<view style="flex: 1;">
<view v-for="(tea,teaIdx) in teachers" :key="tea.id" v-if="teaIdx==0" style="display: flex;justify-content: space-between;line-height: 60upx;">
<view v-for="(tea,teaIdx) in teachers" :key="tea.id" style="display: flex;justify-content: space-between;line-height: 60upx;">
<view>
<text class="desrow-value">{{tea.teacherName}}</text>
<text class="desrow-value" style="font-size: 24upx;margin-left: 6upx;color: #999999;">({{tea.orgInfo}})</text>