|
@@ -1,10 +1,10 @@
|
|
|
<view class="readingBox">
|
|
|
<!-- 查看他人配音 -->
|
|
|
- <view class="moreWork">
|
|
|
+ <view class="moreWork" wx:if="{{readingType=='public'||readingType=='readMatch'}}">
|
|
|
<view class="left">查看他人配音</view>
|
|
|
- <view class="right" bindtap="otherWork">
|
|
|
- <block wx:for="{{5}}" wx:key="index">
|
|
|
- <image class="moreImg" style="left: {{(index+1)*40}}rpx;" src="/static/more.png"></image>
|
|
|
+ <view class="right" bindtap="otherWork" style="width: {{(videoInfo.avatarList.length+1)*42+64}}rpx;">
|
|
|
+ <block wx:for="{{videoInfo.avatarList}}" wx:key="index">
|
|
|
+ <image class="moreImg" style="left: {{(index+1)*40}}rpx;" src="{{item}}"></image>
|
|
|
</block>
|
|
|
<image src="/static/more.png" class="moreImg" />
|
|
|
</view>
|