mer
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
src="{{lists[currentIndex].video}}"
|
||||
loop="{{true}}"
|
||||
controls="{{false}}"
|
||||
show-center-play-btn="{{true}}"
|
||||
show-center-play-btn="{{false}}"
|
||||
enable-play-gesture="{{true}}"
|
||||
/>
|
||||
<block wx:if="{{lists[currentIndex].type=='pictures'}}">
|
||||
@@ -17,7 +17,7 @@
|
||||
</swiper-item>
|
||||
</swiper>
|
||||
</block>
|
||||
<view class="zanting" catch:tap="onVideoPause" wx:if="{{!playing}}">
|
||||
<view class="zanting" catch:tap="onVideoPause" wx:if="{{!playing && lists[currentIndex].video != ''}}" >
|
||||
<image src="/static/imgs/icon-zanting.png" mode="widthFix"/>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user