This commit is contained in:
曹辉 2023-05-04 15:24:55 +08:00
parent fd892fd457
commit ac8a0d71d3
4 changed files with 52 additions and 6 deletions

View File

@ -28,6 +28,20 @@
right: 30rpx;
top: 50%;
transform: translateY(-50%);
image{
width: 24rpx;
height: 24rpx;
position: absolute;
top:50%;
transform: translateY(-50%);
left:10%;
}
view{
position: absolute;
top:50%;
transform: translateY(-50%);
right:10%;
}
}
.Introduce {

View File

@ -31,7 +31,10 @@
<view class="play"
:style="item.itemDirectoryWatchStatus=='NOT_WATCHED'?'background-color: #3D7DCA;color:#fff':''"
v-if="item.itemDirectoryWatchStatus=='NOT_WATCHED'&&item.videoshow">
播放中
<image src="../../static/bofang.png" mode=""></image>
<view class="">
播放中
</view>
</view>
<view class="play" @tap='videoplay(item)'
:style="item.itemDirectoryWatchStatus=='WATCHED'?'background-color: #E3EAF5;color:#3D7DCA':''"
@ -41,7 +44,10 @@
<view class="play"
:style="item.itemDirectoryWatchStatus=='WATCHED'?'background-color: #3D7DCA;color:#fff':''"
v-if="item.itemDirectoryWatchStatus=='WATCHED'&&item.videoshow">
播放中
<image src="../../static/bofang.png" mode=""></image>
<view class="">
播放中
</view>
</view>
<view class="play" @tap='videoplay(item)'
:style="item.itemDirectoryWatchStatus=='FINISHED_READING'?'background-color: #E6E6E6;color:#76777B':''"
@ -51,7 +57,10 @@
<view class="play"
:style="item.itemDirectoryWatchStatus=='FINISHED_READING'?'background-color: #3D7DCA;color:#fff':''"
v-if="item.itemDirectoryWatchStatus=='FINISHED_READING'&&item.videoshow">
播放中
<image src="../../static/bofang.png" mode=""></image>
<view class="">
播放中
</view>
</view>
</view>
<view class="play" v-else @tap='novideoplay'>

View File

@ -28,6 +28,20 @@
right: 30rpx;
top: 50%;
transform: translateY(-50%);
image{
width: 24rpx;
height: 24rpx;
position: absolute;
top:50%;
transform: translateY(-50%);
left:10%;
}
view{
position: absolute;
top:50%;
transform: translateY(-50%);
right:10%;
}
}
.Introduce {

View File

@ -34,7 +34,10 @@
<view class="play"
:style="item.itemDirectoryWatchStatus=='NOT_WATCHED'?'background-color: #3D7DCA;color:#fff':''"
v-if="item.itemDirectoryWatchStatus=='NOT_WATCHED'&&item.videoshow">
播放中
<image src="../../static/bofang.png" mode=""></image>
<view class="">
播放中
</view>
</view>
<view class="play" @tap='videoplay(item)'
:style="item.itemDirectoryWatchStatus=='WATCHED'?'background-color: #E3EAF5;color:#3D7DCA':''"
@ -44,7 +47,10 @@
<view class="play"
:style="item.itemDirectoryWatchStatus=='WATCHED'?'background-color: #3D7DCA;color:#fff':''"
v-if="item.itemDirectoryWatchStatus=='WATCHED'&&item.videoshow">
播放中
<image src="../../static/bofang.png" mode=""></image>
<view class="">
播放中
</view>
</view>
<view class="play" @tap='videoplay(item)'
:style="item.itemDirectoryWatchStatus=='FINISHED_READING'?'background-color: #E6E6E6;color:#76777B':''"
@ -54,7 +60,10 @@
<view class="play"
:style="item.itemDirectoryWatchStatus=='FINISHED_READING'?'background-color: #3D7DCA;color:#fff':''"
v-if="item.itemDirectoryWatchStatus=='FINISHED_READING'&&item.videoshow">
播放中
<image src="../../static/bofang.png" mode=""></image>
<view class="">
播放中
</view>
</view>
</view>
</view>