|
@@ -1,12 +1,22 @@
|
|
|
<view class="readingBox">
|
|
|
- <block wx:if="{{!videoInfo.userReadExtend||videoInfo.userReadExtend.resourcesType==0}}">
|
|
|
+ <!-- 查看他人配音 -->
|
|
|
+ <view class="moreWork">
|
|
|
+ <view class="left">查看他人配音</view>
|
|
|
+ <view class="right">
|
|
|
+ <block wx:for="{{4}}" wx:key="index">
|
|
|
+ <image class="moreImg" style="left: {{(index+1)*40}}rpx;" src="/static/more.png"></image>
|
|
|
+ </block>
|
|
|
+ <image src="/static/more.png" class="moreImg" />
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="videoBox" wx:if="{{!videoInfo.userReadExtend||videoInfo.userReadExtend.resourcesType==0}}">
|
|
|
<image src="{{videoInfo.userRead.coverImg}}" class='poster' wx:if="{{!state&&!exampleState}}" bindtap="videoPlay" />
|
|
|
<image src="/static/play-btn.png" bindtap="videoPlay" wx:if="{{!state&&!exampleState}}" class="playBtn" />
|
|
|
<!-- 水印 -->
|
|
|
<image src="{{videoInfo.readMaskTemplate.imgPath}}" class="watermark" />
|
|
|
<video id="myVideo" src="{{videoPath}}" bindended='videoEnd' show-center-play-btn="{{readingReset}}"
|
|
|
controls="{{!state&&!readingReset}}" muted="{{muted}}"></video>
|
|
|
- </block>
|
|
|
+ </view>
|
|
|
<view class="audio" bindtap='videoPlay' wx:else>
|
|
|
<image src="{{videoInfo.userRead.coverImg}}" class="audioBg" mode="" />
|
|
|
<view class="mask"></view>
|