Commit 345cb551 authored by Mac's avatar Mac

1

parent 0ecaf635
...@@ -149,10 +149,18 @@ ...@@ -149,10 +149,18 @@
</view> </view>
</view> </view>
</view> </view>
<view class="tiaoti"> <view class="tiaoti">
<view class="tiaoti-l"></view> <view class="tiaoti-l"></view>
<text style="font-size: 16px;color: #1B1D1E;margin-left: 5px;">课程目录</text> <text style="font-size: 16px;color: #1B1D1E;margin-left: 5px;">擅长课程</text>
</view>
<view style="width: 100%;padding:10px 15px;">
<view class="teacher-b-item" :style="{background:mc,'font-size':'14px'}" v-for="(x, i) in teacher.teacherResult.GoodCourseList" :key="ci">
{{x}}
</view>
</view>
<view class="tiaoti">
<view class="tiaoti-l"></view>
<text style="font-size: 16px;color: #1B1D1E;margin-left: 5px;">录播课程</text>
</view> </view>
<view class="good" v-for="(cx, ci) in g" :key="ci" @click="clickHandler(cx)" v-if="g.length>0"> <view class="good" v-for="(cx, ci) in g" :key="ci" @click="clickHandler(cx)" v-if="g.length>0">
<view class="good-img"> <view class="good-img">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment