|
@@ -38,7 +38,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 视频 -->
|
|
|
- <view class="workContent" wx:if="{{else}}">
|
|
|
+ <view class="workContent">
|
|
|
<!-- 审核中遮罩 -->
|
|
|
<view class="videoBox" wx:if="{{videoInfoCopy.userRead.status=='CHECK'&&videoInfoCopy.userRead.id!=currentId}}">
|
|
|
<view class="maskBg"></view>
|
|
@@ -57,14 +57,15 @@
|
|
|
</video>
|
|
|
</view>
|
|
|
<!-- 音频 -->
|
|
|
- <view class="workContent">
|
|
|
+ <view class="workContent" wx:if="{{else}}">
|
|
|
<view class="audioBox">
|
|
|
<image src="{{videoInfoCopy.userRead.coverImg}}" class="audioBg" mode="" />
|
|
|
<view class="mask"></view>
|
|
|
<view class="audioPlay" bindtap="audioPlay">
|
|
|
- <image src="/static/audioBg.png" class="audioPlayBg" />
|
|
|
+ <image src="/static/audioBg.png" class="audioPlayBg {{videoInfoCopy.userRead.id==currentId?'circle':''}}" />
|
|
|
<image src="/static/zhen.png" class="audioPlayZhen" />
|
|
|
- <image src="{{videoInfoCopy.user.avatar}}" class="cover" mode="" />
|
|
|
+ <image src="{{videoInfoCopy.user.avatar}}" class="cover {{videoInfoCopy.userRead.id==currentId?'circle':''}}"
|
|
|
+ mode="" />
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|