Files
fangche/components/GoEasyVideoPlayer/goEasyVideoPlayer.wxml
2021-04-07 15:18:17 +08:00

3 lines
282 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>