提交修改

This commit is contained in:
daihh
2022-11-13 23:17:19 +08:00
parent 7dcffb8e3a
commit c7172e7db5

View File

@@ -5,8 +5,8 @@
<u-toast ref="messager"></u-toast>
<page-title :showBack="true">{{courseInfo.name}}</page-title>
<view class="playbox"><!--内容播放区域-->
<view style="min-height: 400upx;" >
<view v-if="curContent.contentType==10" >
<view style="min-height: 500upx;" >
<view v-if="curContent.contentType==10" style="background-color: #000000;">
<!--视频-->
<view style="position: relative;">
<video id="myVideo"
@@ -169,7 +169,7 @@
<view v-if="courseInfo.type==10">
<view class="citembox1">
<view v-for="(con,conIdx) in contentList" :key="conIdx" class="citembox1-item">
<view class="citem">
<view class="citem" @click="playContent(con,conIdx,0)">
<view class="citem-body" :class="{'box-studying':con.id==curContent.id}">
<text :class="{'color-studying':con.id==curContent.id}">{{con.contentName}}</text>
</view>
@@ -180,7 +180,7 @@
<view v-else><!--有目录的但是只有两项内容-->
<view class="citembox1">
<view v-for="(con,conIdx) in scrollList" :key="conIdx" class="citembox1-item">
<view class="citem">
<view class="citem" @click="playContent(con,conIdx,0)">
<view class="citem-body" :class="{'box-studying':con.id==curContent.id}">
<text :class="{'color-studying':con.id==curContent.id}">{{con.contentName}}</text>
</view>
@@ -1318,7 +1318,7 @@
}
.playbox{
padding: 10upx;
background-color: #000000;
//background-color: #000000;
}
.contentbox{
padding: 34upx;