Commit bfae652b authored by IvyXia123's avatar IvyXia123

还原

parent 9c544d4c
......@@ -6,11 +6,7 @@
@select="onSelect"
/>
<div class="unit-block">
<div class="course_title" @click="actionsheetShow=true">{{secActions.name}} <i class="iconfont icon-below-s"></i>
<div class="zhongbian-kuang">
<img class="zhongbian" :src="zhong" alt="">
</div>
</div>
<div class="course_title" @click="actionsheetShow=true">{{secActions.name}} <i class="iconfont icon-below-s"></i> </div>
<!--竖屏 主题栏-->
<swiper :options="swiperOption" class="banner" v-if="shopType==0&&unitList.length>0" ref="mySwiper">
<swiper-slide v-for="(data,index) in unitList" :key="index">
......@@ -200,8 +196,6 @@
import errorURL from '../../assets/error.png'
import nextUnitUrl from '../../assets/newLesson/nextUnit.png'
import btn_kechegn from '../../assets/btn_kechegn.png'
import zhong from '../../assets/evaluate/timer.png'
export default {
name: "mapDefault",
components:{
......@@ -213,7 +207,6 @@
data() {
let that = this;
return {
zhong: zhong,
actions: [
],
secActions:{},
......@@ -859,15 +852,7 @@
z-index: 2;
top: 0;
left: 0;
.course_title{
font-size: 20px;padding: 10*@toVw 20*@toVw; border-bottom: 1px solid #eeeeee;
.zhongbian-kuang {
}
.zhongbian {
}
}
.course_title{font-size: 20px;padding: 10*@toVw 20*@toVw; border-bottom: 1px solid #eeeeee;}
.banner2{
display: none;
}
......
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