|
@@ -1,5 +1,5 @@
|
|
|
<view class="readingBox">
|
|
|
- <block wx:if="{{!videoInfo.userReadExtend}}">
|
|
|
+ <block wx:if="{{!videoInfo.userReadExtend||videoInfo.userReadExtend.resourcesType==0}}">
|
|
|
<image src="{{videoInfo.userRead.coverImg}}" class='poster' wx:if="{{!state&&!readingReset}}" />
|
|
|
<video id="myVideo" src="{{videoInfo.userRead.originVideo}}" bindended='videoEnd' controls="{{false}}"
|
|
|
show-center-play-btn="{{readingReset}}" bindplay='videoPlay'></video>
|
|
@@ -10,7 +10,7 @@
|
|
|
<view class="audioPlay" style="background-image: url({{videoInfo.userReadExtend.backgroundVirtualImg}});">
|
|
|
<image src="/static/audioBg.png" class="audioPlayBg {{state?'circle':''}}" />
|
|
|
<image src="/static/zhen.png" class="audioPlayZhen" />
|
|
|
- <image src="{{videoInfo.userRead.iconImg}}" bindtap='videoPlay' class="cover {{state?'circle':''}}" mode="" />
|
|
|
+ <image src="{{videoInfo.userRead.coverImg}}" bindtap='videoPlay' class="cover {{state?'circle':''}}" mode="" />
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="contentBox" wx:if="{{!readingReset}}">
|
|
@@ -84,7 +84,8 @@
|
|
|
</view>
|
|
|
<view class="controller">
|
|
|
<image src="{{state?'/static/readingNow.gif':'/static/work.png'}}" class="playImg" bindtap="setCountDown" />
|
|
|
- <view class="text">{{state?'完成录制':readingReset?'点击重录':readingType=='public'||readingType=='readMatch'?'开始朗读':'开始挑战'}}</view>
|
|
|
+ <view class="text">
|
|
|
+ {{state?'完成录制':readingReset?'点击重录':readingType=='public'||readingType=='readMatch'?'开始朗读':'开始挑战'}}</view>
|
|
|
<uploadFile wx:if="{{readingReset}}" class="btnPosition" />
|
|
|
</view>
|
|
|
<view class="playImgBg"></view>
|