修改
This commit is contained in:
parent
fd892fd457
commit
ac8a0d71d3
@ -28,6 +28,20 @@
|
|||||||
right: 30rpx;
|
right: 30rpx;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
transform: translateY(-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 {
|
.Introduce {
|
||||||
|
|||||||
@ -31,8 +31,11 @@
|
|||||||
<view class="play"
|
<view class="play"
|
||||||
:style="item.itemDirectoryWatchStatus=='NOT_WATCHED'?'background-color: #3D7DCA;color:#fff':''"
|
:style="item.itemDirectoryWatchStatus=='NOT_WATCHED'?'background-color: #3D7DCA;color:#fff':''"
|
||||||
v-if="item.itemDirectoryWatchStatus=='NOT_WATCHED'&&item.videoshow">
|
v-if="item.itemDirectoryWatchStatus=='NOT_WATCHED'&&item.videoshow">
|
||||||
|
<image src="../../static/bofang.png" mode=""></image>
|
||||||
|
<view class="">
|
||||||
播放中
|
播放中
|
||||||
</view>
|
</view>
|
||||||
|
</view>
|
||||||
<view class="play" @tap='videoplay(item)'
|
<view class="play" @tap='videoplay(item)'
|
||||||
:style="item.itemDirectoryWatchStatus=='WATCHED'?'background-color: #E3EAF5;color:#3D7DCA':''"
|
:style="item.itemDirectoryWatchStatus=='WATCHED'?'background-color: #E3EAF5;color:#3D7DCA':''"
|
||||||
v-if="item.itemDirectoryWatchStatus=='WATCHED'&&!item.videoshow">
|
v-if="item.itemDirectoryWatchStatus=='WATCHED'&&!item.videoshow">
|
||||||
@ -41,8 +44,11 @@
|
|||||||
<view class="play"
|
<view class="play"
|
||||||
:style="item.itemDirectoryWatchStatus=='WATCHED'?'background-color: #3D7DCA;color:#fff':''"
|
:style="item.itemDirectoryWatchStatus=='WATCHED'?'background-color: #3D7DCA;color:#fff':''"
|
||||||
v-if="item.itemDirectoryWatchStatus=='WATCHED'&&item.videoshow">
|
v-if="item.itemDirectoryWatchStatus=='WATCHED'&&item.videoshow">
|
||||||
|
<image src="../../static/bofang.png" mode=""></image>
|
||||||
|
<view class="">
|
||||||
播放中
|
播放中
|
||||||
</view>
|
</view>
|
||||||
|
</view>
|
||||||
<view class="play" @tap='videoplay(item)'
|
<view class="play" @tap='videoplay(item)'
|
||||||
:style="item.itemDirectoryWatchStatus=='FINISHED_READING'?'background-color: #E6E6E6;color:#76777B':''"
|
:style="item.itemDirectoryWatchStatus=='FINISHED_READING'?'background-color: #E6E6E6;color:#76777B':''"
|
||||||
v-if="item.itemDirectoryWatchStatus=='FINISHED_READING'&&!item.videoshow">
|
v-if="item.itemDirectoryWatchStatus=='FINISHED_READING'&&!item.videoshow">
|
||||||
@ -51,9 +57,12 @@
|
|||||||
<view class="play"
|
<view class="play"
|
||||||
:style="item.itemDirectoryWatchStatus=='FINISHED_READING'?'background-color: #3D7DCA;color:#fff':''"
|
:style="item.itemDirectoryWatchStatus=='FINISHED_READING'?'background-color: #3D7DCA;color:#fff':''"
|
||||||
v-if="item.itemDirectoryWatchStatus=='FINISHED_READING'&&item.videoshow">
|
v-if="item.itemDirectoryWatchStatus=='FINISHED_READING'&&item.videoshow">
|
||||||
|
<image src="../../static/bofang.png" mode=""></image>
|
||||||
|
<view class="">
|
||||||
播放中
|
播放中
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
</view>
|
||||||
<view class="play" v-else @tap='novideoplay'>
|
<view class="play" v-else @tap='novideoplay'>
|
||||||
开始播放
|
开始播放
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@ -28,6 +28,20 @@
|
|||||||
right: 30rpx;
|
right: 30rpx;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
transform: translateY(-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 {
|
.Introduce {
|
||||||
|
|||||||
@ -34,8 +34,11 @@
|
|||||||
<view class="play"
|
<view class="play"
|
||||||
:style="item.itemDirectoryWatchStatus=='NOT_WATCHED'?'background-color: #3D7DCA;color:#fff':''"
|
:style="item.itemDirectoryWatchStatus=='NOT_WATCHED'?'background-color: #3D7DCA;color:#fff':''"
|
||||||
v-if="item.itemDirectoryWatchStatus=='NOT_WATCHED'&&item.videoshow">
|
v-if="item.itemDirectoryWatchStatus=='NOT_WATCHED'&&item.videoshow">
|
||||||
|
<image src="../../static/bofang.png" mode=""></image>
|
||||||
|
<view class="">
|
||||||
播放中
|
播放中
|
||||||
</view>
|
</view>
|
||||||
|
</view>
|
||||||
<view class="play" @tap='videoplay(item)'
|
<view class="play" @tap='videoplay(item)'
|
||||||
:style="item.itemDirectoryWatchStatus=='WATCHED'?'background-color: #E3EAF5;color:#3D7DCA':''"
|
:style="item.itemDirectoryWatchStatus=='WATCHED'?'background-color: #E3EAF5;color:#3D7DCA':''"
|
||||||
v-if="item.itemDirectoryWatchStatus=='WATCHED'&&!item.videoshow">
|
v-if="item.itemDirectoryWatchStatus=='WATCHED'&&!item.videoshow">
|
||||||
@ -44,8 +47,11 @@
|
|||||||
<view class="play"
|
<view class="play"
|
||||||
:style="item.itemDirectoryWatchStatus=='WATCHED'?'background-color: #3D7DCA;color:#fff':''"
|
:style="item.itemDirectoryWatchStatus=='WATCHED'?'background-color: #3D7DCA;color:#fff':''"
|
||||||
v-if="item.itemDirectoryWatchStatus=='WATCHED'&&item.videoshow">
|
v-if="item.itemDirectoryWatchStatus=='WATCHED'&&item.videoshow">
|
||||||
|
<image src="../../static/bofang.png" mode=""></image>
|
||||||
|
<view class="">
|
||||||
播放中
|
播放中
|
||||||
</view>
|
</view>
|
||||||
|
</view>
|
||||||
<view class="play" @tap='videoplay(item)'
|
<view class="play" @tap='videoplay(item)'
|
||||||
:style="item.itemDirectoryWatchStatus=='FINISHED_READING'?'background-color: #E6E6E6;color:#76777B':''"
|
:style="item.itemDirectoryWatchStatus=='FINISHED_READING'?'background-color: #E6E6E6;color:#76777B':''"
|
||||||
v-if="item.itemDirectoryWatchStatus=='FINISHED_READING'&&!item.videoshow">
|
v-if="item.itemDirectoryWatchStatus=='FINISHED_READING'&&!item.videoshow">
|
||||||
@ -54,11 +60,14 @@
|
|||||||
<view class="play"
|
<view class="play"
|
||||||
:style="item.itemDirectoryWatchStatus=='FINISHED_READING'?'background-color: #3D7DCA;color:#fff':''"
|
:style="item.itemDirectoryWatchStatus=='FINISHED_READING'?'background-color: #3D7DCA;color:#fff':''"
|
||||||
v-if="item.itemDirectoryWatchStatus=='FINISHED_READING'&&item.videoshow">
|
v-if="item.itemDirectoryWatchStatus=='FINISHED_READING'&&item.videoshow">
|
||||||
|
<image src="../../static/bofang.png" mode=""></image>
|
||||||
|
<view class="">
|
||||||
播放中
|
播放中
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
</view>
|
||||||
<!-- <u-popup v-model="videoshow" mode="center" closeable @close='videoshowfalse'>
|
<!-- <u-popup v-model="videoshow" mode="center" closeable @close='videoshowfalse'>
|
||||||
</u-popup> -->
|
</u-popup> -->
|
||||||
<u-toast ref="uToast" />
|
<u-toast ref="uToast" />
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user