Commit bfae652b authored by IvyXia123's avatar IvyXia123

还原

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