|
@@ -2,8 +2,8 @@
|
|
|
<!-- 查看他人配音 -->
|
|
|
<view class="moreWork">
|
|
|
<view class="left">查看他人配音</view>
|
|
|
- <view class="right">
|
|
|
- <block wx:for="{{4}}" wx:key="index">
|
|
|
+ <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>
|
|
|
</block>
|
|
|
<image src="/static/more.png" class="moreImg" />
|