Files
fangcheyun/miniprogram/components/GoEasyVideoPlayer/goEasyVideoPlayer.wxml
2021-04-08 11:46:50 +08:00

3 lines
284 B
Plaintext

<view class="goeasy-video-player" style="width0;height:0;overflow:hidden">
<video id="videoPlayer" wx:if="{{show}}" src="{{src}}" autoplay="true" custom-cache="{{false}}" bindfullscreenchange="onFullScreenChange" bindplay="onPlay" controls duration="{{duration}}"></video>
</view>