信达小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

21 lines
481 B

<view class="video">
<video
class="video-context"
id="video"
controls="{{play}}"
autoplay="{{autoplay}}"
catch:pause="handlePause"
show-center-play-btn="{{false}}"
poster="{{poster}}"
object-fit="cover"
src="{{src}}"
></video>
<image
wx:if="{{!play}}"
class="play"
bind:tap="hanldePlay"
src="{{imageUrl}}za-images/video-play.png?t={{Timestamp}}"
></image>
<view class="status-bar {{play && 'hide'}}">
</view>
</view>