|
|
@@ -3,15 +3,11 @@
|
|
|
<div class="pb_content_body" :style="{marginTop : gotype ? '75px' : 0}">
|
|
|
<div v-if="gotype" class="r_pub_button_retrun" @click.stop="backliyuan">
|
|
|
<img src="../assets/icon/course/backPage.svg" alt="">
|
|
|
- {{ lang.ssAiGeneralCourse }}
|
|
|
+ AI通识课
|
|
|
</div>
|
|
|
<div class="student_head" v-else>
|
|
|
-
|
|
|
- <!-- <img src="../assets/banner.png" alt="" /> -->
|
|
|
- <!-- //pbl.cocorobo.cn/pbl-teacher-table/dist -->
|
|
|
<el-carousel trigger="click" style="width: 100%; height: 100%">
|
|
|
<el-carousel-item v-for="item in bannerList" :key="item.id">
|
|
|
- <!-- <h3 class="small">{{ item }}</h3> -->
|
|
|
<img class="imgS" :src="item.poster" alt="" />
|
|
|
</el-carousel-item>
|
|
|
</el-carousel>
|